feat: nds render system

This commit is contained in:
2025-11-09 16:20:30 +01:00
parent d39ca6ea9b
commit f70a8868dd
31 changed files with 6017 additions and 2898 deletions

View File

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