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
|