Either in the UI or wrangler.toml if you have that
Either in the UI or wrangler.toml if you have that

500 error in delete pages project, detached all binding, service, queue etc. but no luck.

BUN_VERSION var





# Generated by Wrangler on Thu Apr 18 2024 09:32:45 GMT-0500 (Eastern Standard Time)
name = "aimoda"
pages_build_output_dir = "dist"
compatibility_date = "2022-11-12"
[vars]
YARN_VERSION = "1"
[env.production]
compatibility_date = "2022-11-12"
[env.production.vars]
YARN_VERSION = "1" run(["git", "branch", "--show-current"], check=False)
run(["git", "rev-parse", "HEAD"], check=False)
run(["git", "describe", "--tags"], check=False)
run(["git", "log", "-1", "--pretty=%B"], check=False) "start": "wrangler pages dev ./build/client",
"cf-typegen": "wrangler types",
"preview": "remix vite:build && wrangler pages dev"