mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	feat(dump-db): use tsx instead of esrun
This commit is contained in:
		| @@ -14,7 +14,7 @@ npm install | ||||
|  | ||||
| ## Running | ||||
|  | ||||
| See output of `npx esrun dump.ts --help`: | ||||
| See output of `npx tsx dump.ts --help`: | ||||
|  | ||||
| ``` | ||||
| dump-db.ts <path_to_document> <target_directory> | ||||
|   | ||||
							
								
								
									
										858
									
								
								dump-db/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										858
									
								
								dump-db/package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -18,9 +18,9 @@ | ||||
|   "homepage": "https://github.com/TriliumNext/Notes/blob/master/dump-db/README.md", | ||||
|   "dependencies": { | ||||
|     "better-sqlite3": "^11.1.2", | ||||
|     "esrun": "^3.2.26", | ||||
|     "mime-types": "^2.1.34", | ||||
|     "sanitize-filename": "^1.6.3", | ||||
|     "tsx": "^4.19.3", | ||||
|     "yargs": "^17.3.1" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user