Remove legacy TypeScript frontend and npm pipeline

This commit is contained in:
2026-02-25 12:31:39 +01:00
parent 35c60c4ea2
commit 0f44cc466b
31 changed files with 20 additions and 2526 deletions

View File

@@ -1,15 +0,0 @@
{
"name": "rpgroller",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"build:frontend": "tsc -p ./tsconfig.frontend.json",
"generate:api-client": "node ./scripts/generate-api-client.mjs && npm run build:frontend",
"lint": "tsc -p ./tsconfig.frontend.json --noEmit && node ./scripts/lint-frontend.mjs",
"format:check": "node ./scripts/format-check.mjs"
},
"devDependencies": {
"typescript": "5.9.3"
}
}