initial commit
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 27m7s

This commit is contained in:
kittentm 2026-05-12 21:05:12 +02:00
commit 97cbc930a0
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
23 changed files with 13243 additions and 0 deletions

10
tsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
// 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" }
]
}