📺 tsc-alias

This commit is contained in:
2026-05-20 15:24:20 +02:00
parent e4e41197b9
commit 7c925d1fdb
9 changed files with 212 additions and 113 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
/** Use Hot Module replacement by adding --watch to the start command */
//const hmr = process.argv.includes("--watch");
const [ mode ] = process.argv.slice(2);
const target = mode === "src" // OR "dist"
const target = mode !== "dist" // OR "src"
? {
rootDir: ".",
appIndex: "./index.html",