Move frontend into front end folder. Add build stuff to proto file. Finaly figured out the Vue bullshit.

This commit is contained in:
iamBadgers
2025-06-10 23:31:54 -07:00
parent 4f126594e5
commit 8d9bfa3fe0
45 changed files with 2231 additions and 291 deletions

11
frontend/tsconfig.json Normal file
View File

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