Attempt 3 for Vercel

This commit is contained in:
Pierre Jacquier
2025-02-20 12:11:55 -05:00
parent b2155f7e85
commit 126ccdfc18

View File

@ -77,7 +77,7 @@
"start": "vite --port=3000 --host=0.0.0.0",
"start:prod": "vite preview --port=3000",
"serve": "vite serve --port=3000",
"build": "yarn install:rust && yarn install:wasm-pack && yarn build:wasm && vite build",
"build": "yarn install:rust && yarn build:wasm && vite build",
"build:local": "vite build",
"build:both": "vite build",
"build:both:local": "yarn build:wasm && vite build",