Use nuxt 4 folder structure
This commit is contained in:
@@ -60,7 +60,6 @@ export default defineNuxtConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
srcDir: "src/",
|
||||
ssr: false,
|
||||
devServer: {
|
||||
host: "0.0.0.0"
|
||||
@@ -70,5 +69,8 @@ export default defineNuxtConfig({
|
||||
standalone: false
|
||||
}
|
||||
},
|
||||
future: {
|
||||
compatibilityVersion: 4
|
||||
},
|
||||
compatibilityDate: "2025-01-01"
|
||||
});
|
||||
|
Reference in New Issue
Block a user