too lazy to think of a message, so enjoy this pointless text. Good luck future me...
All checks were successful
Test action / Print hello world (push) Successful in 8m8s

This commit is contained in:
Chris Kruining 2025-10-09 12:59:51 +00:00
parent 9d6008180c
commit 54e1a27cfe
4 changed files with 6 additions and 3 deletions

BIN
app

Binary file not shown.

View file

@ -20,7 +20,10 @@ export default defineConfig({
},
server: {
preset: "bun",
noExternals: true,
compressPublicAssets: true,
prerender: {
routes: ["/", "/sitemaps.xml"],
},

View file

@ -6,5 +6,5 @@ push:
git push
build:
bun run build --bun
bun build --compile --minify --outfile app ./.output/server/index.mjs
bun --bun run build
bun --bun build --compile --target=bun-linux-x64 --sourcemap --minify --outfile app ./.output/server/index.mjs ./.output/public/**/*.gz

View file

@ -21,7 +21,7 @@
export SESSION_SECRET='jJBqeVMvQe52HqLYWDunLEKbkkC9JqCrgP92nV5j2dC99eZWCtK9H2NrASH8AbxF'
bun run build --bun
bun build --compile --minify --outfile ${pname} ./.output/server/index.mjs
bun build --compile --target=bun-linux-x64 --minify --outfile ${pname} ./.output/server/index.mjs
runHook postBuild
'';