Add frontend tests and other stuff
[recipes.git] / frontend / deploy.nu
diff --git a/frontend/deploy.nu b/frontend/deploy.nu
new file mode 100644 (file)
index 0000000..ca50923
--- /dev/null
@@ -0,0 +1,3 @@
+wasm-pack build --target web
+cp pkg/frontend.js ../backend/static
+cp pkg/frontend_bg.wasm ../backend/static
\ No newline at end of file