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:
@@ -14,9 +14,9 @@ export default defineNuxtConfig({
|
||||
pathPrefix: false
|
||||
}
|
||||
],
|
||||
typescript: {
|
||||
typeCheck: true
|
||||
},
|
||||
// typescript: {
|
||||
// typeCheck: true
|
||||
// },
|
||||
devtools: { enabled: true },
|
||||
compatibilityDate: '2024-11-01'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user