mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-02-16 20:00:51 +01:00
4 lines
130 B
Bash
4 lines
130 B
Bash
#!/bin/sh
|
|
npx esbuild ./SpiderADB.js --bundle --minify --outfile=bundle.js > /dev/null
|
|
echo index.html util.js bundle.js holo-web
|