This commit is contained in:
Vendicated
2023-04-09 03:06:19 +02:00
parent 805b6fbcc4
commit e265e70fb9
6 changed files with 40 additions and 6 deletions

View File

@@ -11,5 +11,5 @@ function spawn(bin: string, args: string[]) {
cpSpawn(join("node_modules", ".bin", bin + EXT), args, OPTS);
}
spawn("tsx", ["scripts/build/build.mts", "--", "--watch"]);
spawn("tsx", ["scripts/build/build.mts", "--", "--watch", "--dev"]);
spawn("electron", ["."]);