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 5f8f476 commit e57c446Copy full SHA for e57c446
package.json
@@ -9,6 +9,7 @@
9
"setup-https": "./setup-https.sh",
10
"setup-https-windows": "powershell -ExecutionPolicy Bypass -File ./setup-https.ps1",
11
"build": "tsc && vite build && node scripts/copy-metadata.js",
12
+ "build:web": "tsc && vite build --outDir dist-web",
13
"postbuild": "node scripts/copy-metadata.js",
14
"preview": "vite preview --port 3024",
15
"test": "jest",
0 commit comments