refactor(frontend): changes to no longer use server side and only static files

This commit is contained in:
2025-07-19 11:38:11 -05:00
parent f41a1b3363
commit 39d23f4a8a
24 changed files with 1637 additions and 8625 deletions

View File

@@ -1,10 +1,7 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ES2022",
"skipLibCheck": true,
"strictNullChecks": true
}
}
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}