my app is literally so close to being a serverless app but not close enough
my app is literally so close to being a serverless app but not close enough
bun commands at least?cd dist && bun ssr.js--commit-dirty does in wrangler pages deploy public --commit-dirty true?--commit-dirty Whether or not the workspace should be considered dirty for this deployment

bunx --bun vite build --ssr --log-level error
(cd dist && bun ssr.js {{PRESET}})
echo "Distributable files generated successfully!"buncd dist && bun ssr.js