Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jibin362 committed Jun 11, 2024
1 parent 16159b7 commit f4f0ae7
Show file tree
Hide file tree
Showing 5 changed files with 1,518 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
node_modules



.nx/cache
.nx/workspace-data
12 changes: 12 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"postinstall": {
"cache": true
},
"start": {
"cache": true
}
},
"defaultBase": "main"
}
Loading

0 comments on commit f4f0ae7

Please sign in to comment.