Remove generated file 'frontend.js'
[recipes.git] / frontend / deploy.nu
1 wasm-pack build --target web
2 cp pkg/frontend.js ../backend/static
3 cp pkg/frontend_bg.wasm ../backend/static