Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit a10e3e0

Browse files
committed
chore(edit-docs): apply same changes as desktop
1 parent 0b00c73 commit a10e3e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/edit-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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": {

apps/edit-docs/scripts/rebuild.ts renamed to apps/edit-docs/scripts/rebuild.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import { fileURLToPath } from "url";
1212
import { dirname, join } from "path";
13-
import rebuild from "@electron/rebuild"
13+
import { rebuild } from "@electron/rebuild"
1414
import { readFileSync } from "fs";
1515

1616
const scriptDir = dirname(fileURLToPath(import.meta.url));

0 commit comments

Comments
 (0)