11 lines
309 B
Markdown
11 lines
309 B
Markdown
## 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.
|