Погнали
Some checks failed
Deploy / server (push) Failing after 9s

closes #1
This commit is contained in:
Никита Круглицкий
2025-10-01 18:40:12 +06:00
commit 1d2b14d4c1
46 changed files with 15629 additions and 0 deletions

18
client/tsconfig.json Normal file
View File

@@ -0,0 +1,18 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
]
}