We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d458caf commit 196ff61Copy full SHA for 196ff61
.gitignore
@@ -46,6 +46,10 @@ yarn-error.log
46
!.yarn/sdks
47
!.yarn/versions
48
49
+# nx
50
+#
51
+.nx/*
52
+
53
# Lerna
54
#
55
lerna-debug.log
nx.json
@@ -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