Create worker from existing local repo
I'm looking for information on how to create a worker with c3 cli from my local nuxt repo that has git initialized ?
2 Replies
Do you mean autobuild when pushing a commit? https://developers.cloudflare.com/workers/ci-cd/builds/git-integration/
No i have a local project that i want to integrate with workers and push with wrangler, i can only find how to create a new project in the docs
So i ended up running the create new nuxt app command with c3 and copied the tomler.jsonc and nuxt config part for nitro and managed to deploy.
Is there any good guide for this configs ?