This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +283
-16
lines changed Expand file tree Collapse file tree 7 files changed +283
-16
lines changed Original file line number Diff line number Diff line change 1818 "@triliumnext/server" : " workspace:*" ,
1919 "copy-webpack-plugin" : " 13.0.0" ,
2020 "electron" : " 35.1.5" ,
21- "@electron/rebuild" : " 3.7.2 " ,
21+ "@electron/rebuild" : " 4.0.1 " ,
2222 "@electron-forge/cli" : " 7.8.0" ,
2323 "@electron-forge/maker-deb" : " 7.8.0" ,
2424 "@electron-forge/maker-dmg" : " 7.8.0" ,
5353 "cache" : true ,
5454 "configurations" : {
5555 "default" : {
56- "command" : " cross-env DEBUG=* tsx scripts/rebuild.ts " ,
56+ "command" : " cross-env DEBUG=* tsx scripts/rebuild.mts " ,
5757 "cwd" : " {projectRoot}"
5858 },
5959 "nixos" : {
Original file line number Diff line number Diff line change 88
99import { fileURLToPath } from "url" ;
1010import { dirname , join } from "path" ;
11- import rebuild from "@electron/rebuild"
11+ import { rebuild } from "@electron/rebuild"
1212import { readFileSync } from "fs" ;
1313
1414const scriptDir = dirname ( fileURLToPath ( import . meta. url ) ) ;
Original file line number Diff line number Diff line change 33 "version" : " 0.0.1" ,
44 "private" : true ,
55 "devDependencies" : {
6- "@electron/rebuild" : " 3.7.2 " ,
6+ "@electron/rebuild" : " 4.0.1 " ,
77 "@triliumnext/client" : " workspace:*" ,
88 "@triliumnext/desktop" : " workspace:*" ,
99 "@types/fs-extra" : " 11.0.4" ,
2121 "cache" : true ,
2222 "configurations" : {
2323 "default" : {
24- "command" : " cross-env DEBUG=* tsx scripts/rebuild.ts " ,
24+ "command" : " cross-env DEBUG=* tsx scripts/rebuild.mts " ,
2525 "cwd" : " {projectRoot}"
2626 },
2727 "nixos" : {
Original file line number Diff line number Diff line change 1010
1111import { fileURLToPath } from "url" ;
1212import { dirname , join } from "path" ;
13- import rebuild from "@electron/rebuild"
13+ import { rebuild } from "@electron/rebuild"
1414import { readFileSync } from "fs" ;
1515
1616const scriptDir = dirname ( fileURLToPath ( import . meta. url ) ) ;
Original file line number Diff line number Diff line change 1818 " eslint.config.mjs"
1919 ],
2020 "references" : [
21- {
22- "path" : " ../server/tsconfig.app.json"
23- },
2421 {
2522 "path" : " ../desktop/tsconfig.app.json"
2623 },
Original file line number Diff line number Diff line change 33 "files" : [],
44 "include" : [],
55 "references" : [
6- {
7- "path" : " ../server"
8- },
96 {
107 "path" : " ../desktop"
118 },
You can’t perform that action at this time.
0 commit comments