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 99607b2 commit 847b47cCopy full SHA for 847b47c
frontend/package.json
@@ -38,6 +38,7 @@
38
"scripts": {
39
"dev": "vite --host",
40
"build": "NODE_OPTIONS=--max_old_space_size=4096 run-p type-check \"build-only {@}\" --",
41
+ "build-win": "run-p type-check \"build-only {@}\" --",
42
"preview": "vite preview",
43
"build-only": "vite build",
44
"type-check": "vue-tsc --build --force",
0 commit comments