No description
- JavaScript 100%
| node_modules | ||
| .gitignore | ||
| acwatcher.js | ||
| acwatcher.js.old | ||
| bun.lock | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
Build command
bun build ./acwatcher.js --compile --minify --bytcode --outfile acw
Build for a Raspberry PI
bun build ./acwatcher.js --compile --smol --minify --bytcode --outfile acw
Notes
UPX bun first then compile. Standard UPX is fine. --smol should only be used in memory constrained areas.