chore: set frontend to a blank state

This commit is contained in:
2026-05-14 21:41:34 +02:00
parent f37e85a459
commit 543fbf575d
10 changed files with 546 additions and 555 deletions

View File

@@ -1,7 +1,14 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"exclude": [
".direnv/**/*"
]
}