Skip to content

Commit 23beba6

Browse files
committed
feat: nx with task caching
1 parent f570dca commit 23beba6

File tree

4 files changed

+807
-11
lines changed

4 files changed

+807
-11
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ node_modules
2020

2121
# Easy way to create temporary files/folders that won't accidentally be added to git
2222
*.local.*
23+
24+
# generated files
25+
/app/components/ui/icons
26+
27+
.nx/cache

nx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3+
"targetDefaults": {},
4+
"defaultBase": "main"
5+
}

0 commit comments

Comments
 (0)