Skip to content

Commit

Permalink
docs(sveltekit): update docs with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup authored and DominikPieper committed Apr 16, 2024
1 parent f867fb3 commit 2bbadf4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/docs/sveltekit/generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ nx g application ... --dry-run

Type: `string`

#### adapterVersion

Type: `string`

The version to use for sveltekit adapter-auto

#### directory

Alias(es): d
Expand Down Expand Up @@ -66,6 +72,18 @@ Type: `boolean`

Do not add dependencies to `package.json`.

#### svelteKitVersion

Type: `string`

The sveltekit version to use

#### svelteVersion

Type: `string`

The svelte version to use

#### tags

Alias(es): t
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prepare": "is-ci || husky install"
},
"private": true,
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@9.0.1+sha256.46d50ee2afecb42b185ebbd662dc7bdd52ef5be56bf035bb615cab81a75345df",
"devDependencies": {
"@angular-devkit/core": "16.0.0",
"@angular-devkit/schematics": "16.0.0",
Expand Down

0 comments on commit 2bbadf4

Please sign in to comment.