fix(frontend): SSR of create.vue working, add .vscode launch.json, fix launch.json bug due to typescript in nuxt.config.ts

This commit is contained in:
2025-03-01 10:14:45 +01:00
parent c07e03d593
commit 9538181865
7 changed files with 74 additions and 21 deletions

View File

@@ -14,9 +14,9 @@ export default defineNuxtConfig({
pathPrefix: false
}
],
typescript: {
typeCheck: true
},
// typescript: {
// typeCheck: true
// },
devtools: { enabled: true },
compatibilityDate: '2024-11-01'
})