You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to convert it to json before I can paste it into wrangler.json. So, it would be great if you add an option that allow user to choose to use wrangler.toml or wrangler.json
The text was updated successfully, but these errors were encountered:
@lightshareteam Running npx wrangler d1 create myD1 should output in the format of your local project (whether that's a wrangler.json or wrangler.toml config file). It sounds like that might have a bug? Where did you run npx wrangler d1 create myD1?
Describe the solution
In short: when running
npm create cloudflare@latest myapp
, please add an option that allow user to choose to usewrangler.toml
orwrangler.json
Reason:
When creating D1 with
npx wrangler d1 create myD1
, it outputI have to convert it to json before I can paste it into
wrangler.json
. So, it would be great if you add an option that allow user to choose to usewrangler.toml
orwrangler.json
The text was updated successfully, but these errors were encountered: