Fix vercel (hopefully)

This commit is contained in:
Pierre Jacquier
2025-02-20 11:58:16 -05:00
parent c4ef639679
commit cedcece3aa

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 build:wasm && vite build",
"build": "yarn install:rust && yarn install:wasm-pack && yarn build:wasm && vite build",
"build:local": "vite build",
"build:both": "vite build",
"build:both:local": "yarn build:wasm && vite build",