mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(edit-docs): apply same changes as desktop
This commit is contained in:
		| @@ -21,7 +21,7 @@ | |||||||
|         "cache": true, |         "cache": true, | ||||||
|         "configurations": { |         "configurations": { | ||||||
|           "default": { |           "default": { | ||||||
|             "command": "cross-env DEBUG=* tsx scripts/rebuild.ts", |             "command": "cross-env DEBUG=* tsx scripts/rebuild.mts", | ||||||
|             "cwd": "{projectRoot}" |             "cwd": "{projectRoot}" | ||||||
|           }, |           }, | ||||||
|           "nixos": { |           "nixos": { | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| 
 | 
 | ||||||
| import { fileURLToPath } from "url"; | import { fileURLToPath } from "url"; | ||||||
| import { dirname, join } from "path"; | import { dirname, join } from "path"; | ||||||
| import rebuild from "@electron/rebuild" | import { rebuild } from "@electron/rebuild" | ||||||
| import { readFileSync } from "fs"; | import { readFileSync } from "fs"; | ||||||
| 
 | 
 | ||||||
| const scriptDir = dirname(fileURLToPath(import.meta.url)); | const scriptDir = dirname(fileURLToPath(import.meta.url)); | ||||||
		Reference in New Issue
	
	Block a user