We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e345d6c commit 8a0ec00Copy full SHA for 8a0ec00
3 files changed
client/nuxt.config.ts
@@ -15,6 +15,9 @@ export default defineNuxtConfig({
15
devServer: {
16
port: 3300,
17
},
18
+ experimental: {
19
+ viteEnvironmentApi: true,
20
+ },
21
future: {
22
compatibilityVersion: 4,
23
0 commit comments