···1818 gleam run -m lustre/dev build --minify
1919 bun x terser --compress --mangle -- dist/homepage.js > dist/homepage.js.tmp
2020 mv dist/homepage.js.tmp dist/homepage.js
2121+ echo 'import { main } from "./dev/javascript/homepage/homepage/chilp_only.mjs";main()' > ./build/chilp_only.mjs
2222+ bun build ./build/chilp_only.mjs --target=browser --outfile=dist/chilp-only.js
2323+ bun x terser --compress --mangle -- dist/chilp-only.js > dist/chilp-only.js.tmp
2424+ mv dist/chilp-only.js.tmp dist/chilp-only.js
2125 just prepare -- --prod --prepopulate
22262327# Runs two watchers and allows you to always get a proper preview before pushing!