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.
2 parents 6034629 + 47f227f commit 66b0cebCopy full SHA for 66b0ceb
package.json
@@ -26,8 +26,8 @@
26
]
27
},
28
"scripts": {
29
- "build": "cross-env NODE_OPTIONS='--max-old-space-size=4096' FEATURE_STUDENT_SUPPORT_APPLICATION_CLOSING=0 FEATURE_EVENT=1 nuxt build",
30
- "dev": "cross-env FEATURE_STUDENT_SUPPORT_APPLICATION_CLOSING=0 FEATURE_TIMETABLE=0 FEATURE_EVENT=1 nuxt dev",
+ "build": "cross-env NODE_OPTIONS='--max-old-space-size=4096' FEATURE_STUDENT_SUPPORT_APPLICATION_CLOSING=1 FEATURE_EVENT=1 nuxt build",
+ "dev": "cross-env FEATURE_STUDENT_SUPPORT_APPLICATION_CLOSING=1 FEATURE_TIMETABLE=0 FEATURE_EVENT=1 nuxt dev",
31
"generate": "nuxt generate",
32
"preview": "nuxt preview",
33
"check": "nuxi typecheck",
0 commit comments