the --persist-to flag can be used to override where that local state folder is
the --persist-to flag can be used to override where that local state folder is
node_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 with
import OpenAI from "openai";