so even if I push the deps from Nix to CF, it won't be able to use them since they're shell commands
so even if I push the deps from Nix to CF, it won't be able to use them since they're shell commands
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!"npx wrangler pages publish public --project-name="${{ inputs.cloudflare_app }}" --branch="${{ github.head_ref || github.ref_name }}" --no-bundle