backend: add static serving + multi-stage Dockerfile, website: add API test dashboard

This commit is contained in:
sumit-plena
2026-07-07 17:03:33 +05:30
parent 1dd97cf059
commit 317d60ed63
78 changed files with 6100 additions and 40 deletions

13
website/tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}