You may also need to set the root directory in Settings | Builds and deployments | Build configurati
You may also need to set the root directory in Settings | Builds and deployments | Build configurations to the directory of your remix app.


wrangler dev command: --do CHATSTORE=ChatStore@chat-store, but with 3.46, a new "named endpoints" feature was added https://github.com/cloudflare/workers-sdk/releases/tag/wrangler%403.46.0 and I can't figure out how to get my DO bound locally again... In my worker, it's exported like this: --do CHATSTORE=ChatStore@chat-store#ChatStore which looks ridiculous but it didn't work 
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"