Right, I tried this, but then the issue is that I get the error code ENOWORKSPACES
Right, I tried this, but then the issue is that I get the error code ENOWORKSPACES
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 
wrangler pages deploy support the config option to pass in a wrangler.toml file?wrangler deploy --outdir bundled/ --dry-run for pages project "start": "wrangler pages dev ./build/client",
"cf-typegen": "wrangler types",
"preview": "remix vite:build && wrangler pages dev"--do CHATSTORE=ChatStore@chat-storeexport default {};
export class ChatStore {
}--do CHATSTORE=ChatStore@chat-store#ChatStorewrangler pages deploywrangler deploy --outdir bundled/ --dry-runError: Failed to publish your Function. Got error: Your Functions script is over the 1 MiB size limit (workers.api.error.script_too_large)