Skip to content

Commit

Permalink
fix(misc): do not create apps libs for standalone presets (#15741)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Mar 17, 2023
1 parent 32198c2 commit 9885ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/generated/packages/workspace/generators/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"presets": []
},
"description": "Create application in an empty workspace.",
"x-use-standalone-layout": true,
"hidden": true,
"implementation": "/packages/workspace/src/generators/preset/preset#presetGenerator.ts",
"aliases": [],
Expand Down
1 change: 1 addition & 0 deletions packages/workspace/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"factory": "./src/generators/preset/preset#presetGenerator",
"schema": "./src/generators/preset/schema.json",
"description": "Create application in an empty workspace.",
"x-use-standalone-layout": true,
"hidden": true
},
"move": {
Expand Down

1 comment on commit 9885ec3

@vercel
Copy link

@vercel vercel bot commented on 9885ec3 Mar 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.