We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87a667 commit c8d43d3Copy full SHA for c8d43d3
scripts/copy-build.sh
@@ -2,7 +2,7 @@
2
# TODO: do this with vite config or moving the folders
3
# instead of a script
4
5
-cp wasm/*.wasm dist/static
6
mkdir -p dist/static/schemas
+cp wasm/*.wasm dist/static
7
cp -R examples/schemas/* dist/static/schemas
8
-ls build/static/schemas > dist/static/schemas/_all
+ls dist/static/schemas > dist/static/schemas/_all
0 commit comments