init vite solidjs frontend

This commit is contained in:
Travis Shears 2026-03-25 13:59:42 +01:00
parent ff758b815c
commit 2571501d0c
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
21 changed files with 2183 additions and 0 deletions

7
frontend/tsconfig.json Normal file
View file

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