acw/README.md
2025-06-12 23:47:44 -05:00

309 B

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.