Rewrite frontend in TypeScript, fix tab switching blank content bug, add build:frontend script

This commit is contained in:
2026-05-13 16:39:46 +02:00
parent ee9dc02864
commit cfcdfb4a72
5 changed files with 1161 additions and 467 deletions

View File

@@ -16,6 +16,7 @@
"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"