Updated project to a simple Vue 3 + Vite project, with Vue i18n, Pinia, Vitest and Playwright

This commit is contained in:
2026-01-14 14:03:19 -05:00
parent cce81245f8
commit d22186bc0a
29 changed files with 3717 additions and 6761 deletions

View File

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