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
This issue tracks the implementation of init, and the general onboarding process.
You can run wrangler init (or optionally wrangler init <name>, and it'll generate a wrangler.toml file where it's called with a name and compatibility_date.
We are considering expanding the types of configuration we accept: as ideas, it could be a .ts file (so you can typecheck your configuration), a .json file or included in package.json, and so on. (TODO: an issue just for configuration)
We are considering rethinking --generate and the overall onboarding process. We may build create-workers-app (inspired by create-react-app and other like it) to provide a better onboarding experience, but also so we can upgrade the experience without much configuration in the future.
The text was updated successfully, but these errors were encountered:
This issue tracks the implementation of
init
, and the general onboarding process.wrangler init
(or optionallywrangler init <name>
, and it'll generate awrangler.toml
file where it's called with aname
andcompatibility_date
..ts
file (so you can typecheck your configuration), a.json
file or included inpackage.json
, and so on. (TODO: an issue just for configuration)--generate
and the overall onboarding process. We may buildcreate-workers-app
(inspired bycreate-react-app
and other like it) to provide a better onboarding experience, but also so we can upgrade the experience without much configuration in the future.The text was updated successfully, but these errors were encountered: