Skip to content

Commit

Permalink
update nx
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryB432 committed Sep 17, 2024
1 parent fd7b99d commit e3b7629
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 3,715 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
.nx/cache
.nx/workspace-data
.vercel
node_modules
/build
Expand Down
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/.nx/cache
.svelte-kit
.vercel
build

/.nx/cache
/.nx/workspace-data
7 changes: 3 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"affected": {
"defaultBase": "master"
},
"generators": {
"@gb-nx/svelte:component": {
"directory": "components",
Expand All @@ -23,5 +20,7 @@
"test": {
"cache": true
}
}
},
"useInferencePlugins": false,
"defaultBase": "master"
}
Loading

0 comments on commit e3b7629

Please sign in to comment.