mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	chore(monorepo): get electron to start
This commit is contained in:
		
							parent
							
								
									5389b8b3c7
								
							
						
					
					
						commit
						42c5ef257d
					
				| @ -19,7 +19,9 @@ module.exports = { | ||||
|       outputHashing: 'none', | ||||
|       generatePackageJson: true, | ||||
|       externalDependencies: [ | ||||
|         "electron/main" | ||||
|         "electron/main", | ||||
|         "electron", | ||||
|         "@electron/remote" | ||||
|       ], | ||||
|       assets: [ | ||||
| 
 | ||||
|  | ||||
| @ -1,3 +1,17 @@ | ||||
| packages: | ||||
|   - "packages/*" | ||||
|   - "apps/*" | ||||
|   - packages/* | ||||
|   - apps/* | ||||
| 
 | ||||
| ignoredBuiltDependencies: | ||||
|   - '@parcel/watcher' | ||||
|   - '@scarf/scarf' | ||||
|   - '@swc/core' | ||||
|   - better-sqlite3 | ||||
|   - bufferutil | ||||
|   - core-js-pure | ||||
|   - esbuild | ||||
|   - nx | ||||
|   - utf-8-validate | ||||
| 
 | ||||
| onlyBuiltDependencies: | ||||
|   - electron | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran