Update Vite configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 20:14:29 +01:00
parent d79b55b86d
commit 4bb76777db
7 changed files with 128 additions and 53 deletions

View File

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