File tree Expand file tree Collapse file tree 5 files changed +151
-407
lines changed Expand file tree Collapse file tree 5 files changed +151
-407
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,5 @@ node_modules
47
47
.nx /workspace-data
48
48
49
49
.specstory /**
50
- .cursorindexingignore
50
+ .cursorindexingignore
51
+ .claude
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " dev.nx.gradle.project-graph" version " 0.1.2 "
2
+ id " dev.nx.gradle.project-graph" version " 0.0.1-alpha.7 "
3
3
id " base"
4
4
id " org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
5
5
}
Original file line number Diff line number Diff line change 40
40
}
41
41
}
42
42
},
43
- "bustCache" : 101 ,
43
+ "bustCache" : 103 ,
44
44
"nxCloudUrl" : " https://staging.nx.app" ,
45
- "nxCloudId" : " 67a56832eb5d9093e3ebe776"
45
+ "nxCloudId" : " 67a56832eb5d9093e3ebe776" ,
46
+ "useNativeTaskHasher" : false ,
47
+ "taskRunnerOptions" : {
48
+ "default" : {
49
+ "runner" : " @nx/workspace/tasks-runners/default" ,
50
+ "options" : {
51
+ "useNativeTaskHasher" : false
52
+ }
53
+ }
54
+ }
46
55
}
You can’t perform that action at this time.
0 commit comments