Rewrite frontend as single self-contained HTML file — all CSS/JS inline, no external files to fail loading
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
"dev": "ts-node src/cli/index.ts",
|
||||
"server": "ts-node src/server/index.ts",
|
||||
"server:build": "node dist/server/index.js",
|
||||
"build:frontend": "tsc -p src/server/public/tsconfig.json",
|
||||
"test": "jest",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"prepublishOnly": "npm run build"
|
||||
|
||||
Reference in New Issue
Block a user