We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022cf41 commit 1826835Copy full SHA for 1826835
nuxt.config.ts
@@ -132,10 +132,6 @@ export default defineNuxtConfig({
132
enabled: false,
133
},
134
135
- nitro: {
136
- minify: false,
137
- },
138
-
139
vite: {
140
define: {
141
global: "globalThis",
package.json
@@ -6,7 +6,6 @@
6
"license": "MIT",
7
"scripts": {
8
"build": "nuxt build",
9
- "build:test": "node --max-old-space-size=8192 node_modules/nuxt/bin/nuxt.mjs build",
10
"dev": "cross-env PORT=9090 nuxt dev",
11
"generate": "nuxt generate",
12
"preview": "nuxt preview",
0 commit comments