Skip to content

Commit 196ff61

Browse files
enable Nx Daemon
1 parent d458caf commit 196ff61

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ yarn-error.log
4646
!.yarn/sdks
4747
!.yarn/versions
4848

49+
# nx
50+
#
51+
.nx/*
52+
4953
# Lerna
5054
#
5155
lerna-debug.log

nx.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "node_modules/nx/schemas/nx-schema.json",
3+
"tasksRunnerOptions": {
4+
"default": {
5+
"options": {
6+
"useDaemonProcess": true
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)