Skip to content

Commit

Permalink
fix: 🐛 rename generators and add missing ones
Browse files Browse the repository at this point in the history
  • Loading branch information
klaascuvelier committed Jun 8, 2022
1 parent 109a2cd commit a3534a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/nx-cloudflare-wrangler/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
"name": "nx-cloudflare-wrangler",
"version": "0.0.1",
"generators": {
"typescript": {
"worker": {
"factory": "./src/generators/workers/index",
"schema": "./src/generators/workers/schema.json",
"description": "Creates a new worker project"
},
"pages": {
"factory": "./src/generators/pages/index",
"schema": "./src/generators/pages/schema.json",
"description": "Adds the pages deploy target to an existing project"
}
}
}

0 comments on commit a3534a5

Please sign in to comment.