Skip to content

Commit

Permalink
feat(core): update new generator schema for bun and fix workspaces se…
Browse files Browse the repository at this point in the history
…tup for bun
  • Loading branch information
jaysoo authored and Jordan-Hall committed Apr 13, 2024
1 parent 1fcb250 commit 0c8d09c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/workspace/generators/new.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"packageManager": {
"description": "The package manager used to install dependencies.",
"type": "string",
"enum": ["npm", "yarn", "pnpm"]
"enum": ["npm", "yarn", "pnpm", "bun"]
},
"framework": {
"description": "The framework which the application is using",
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/new/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"packageManager": {
"description": "The package manager used to install dependencies.",
"type": "string",
"enum": ["npm", "yarn", "pnpm"]
"enum": ["npm", "yarn", "pnpm", "bun"]
},
"framework": {
"description": "The framework which the application is using",
Expand Down

0 comments on commit 0c8d09c

Please sign in to comment.