How to use wrangler with an existing project (like sveltekit) ? #6601
-
I didn't find in the docs how to use wrangler CLI with an existing project (like adding/generating wrangler.toml, etc). Is it possible ? Thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
penalosa
Aug 29, 2024
Replies: 1 comment
-
To use an existing worker with Wrangler, you can run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
penalosa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To use an existing worker with Wrangler, you can run
wrangler init --from-dash YOUR_WORKER_NAME
which will generate awrangler.toml
file and set up your project for local development