recipes/frontend/deploy.nu
2023-04-10 09:35:10 +02:00

3 lines
No EOL
131 B
Text

wasm-pack build --target web -- --features wee_alloc
cp pkg/frontend.js ../backend/static
cp pkg/frontend_bg.wasm ../backend/static