huh ? it s not true i mean in prod this is standard multiple workers writing to the same db
huh ? it s not true i mean in prod this is standard multiple workers writing to the same db
--persist-to in the dev command https://developers.cloudflare.com/workers/testing/local-development/#work-with-local-data, https://developers.cloudflare.com/workers/wrangler/commands/#dev to specify a specific folder to persist stuff too, while I think sqlite itself would be fine idk if the rest of it would if you're talking about running it at the same timenode_compat = true (in my wrangler.toml) in order to use the openai node/TS SDK? (import OpenAI from "openai";)wrangler doesn’t care about the layout of your project, you just run it in the directory you want to interact withnode_compat = trueimport OpenAI from "openai";