recipes/frontend/deploy.nu
Greg Burri ebdcb6a90a Frontend:
- Remove we_alloce
- Replace webpack by rspack
2024-11-06 17:48:51 +01:00

3 lines
No EOL
107 B
Text

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