Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit bdecf9e

Browse files
committed
chore: add nx to the repo
1 parent 8a2e27f commit bdecf9e

File tree

6 files changed

+1073
-310
lines changed

6 files changed

+1073
-310
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ node_modules
99
/postgres-data
1010

1111
/app/styles/tailwind.css
12+
13+
/.idea

nx.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"extends": "nx/presets/core.json",
3+
"npmScope": "remix",
4+
"tasksRunnerOptions": {
5+
"default": {
6+
"runner": "nx/tasks-runners/default",
7+
"options": {
8+
"cacheableOperations": [
9+
"build-all",
10+
"validate-all",
11+
"build:css",
12+
"build:remix",
13+
"build:server",
14+
"typecheck",
15+
"test:run",
16+
"lint",
17+
"test:e2e:run"
18+
]
19+
}
20+
}
21+
},
22+
"cli": {
23+
"defaultProjectName": "blues-stack"
24+
},
25+
"pluginsConfig": {
26+
"@nrwl/js": {
27+
"analyzeSourceFiles": false,
28+
"analyzePackageJson": false
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)