initial commit

This commit is contained in:
Mars 2024-08-25 20:36:40 -04:00
commit 392e9dec12
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
17 changed files with 418 additions and 0 deletions

3
server/tsconfig.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": "../.nuxt/tsconfig.server.json"
}