For limits you can request an increase here: https://forms.gle/ukpeZVLWLnKeixDu7
Google Docs
Want to increase the limits of your current plan? Let us know what your requirements are here.
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 projectpnpm build command, is this causing that issue?(!) Some chunks are larger than 500 kB after minification.
vectorize.not_entitled (Code: 1005) any idea how to fix it? is really annoying
Bearer ${cloudflare_api_token}Bearer ${getTokenRequest}wrangler pages download config <name>.wrangler pages deploy--do CHATSTORE=ChatStore@chat-storeexport default {};
export class ChatStore {
}--do CHATSTORE=ChatStore@chat-store#ChatStorewrangler deploy --outdir bundled/ --dry-run(!) Some chunks are larger than 500 kB after minification.vectorize.not_entitled (Code: 1005)Bearer ${cloudflare_api_token}Bearer ${getTokenRequest}wrangler pages download config <name>Error: Failed to publish your Function. Got error: Your Functions script is over the 1 MiB size limit (workers.api.error.script_too_large)