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

Commit 17bdb0c

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

File tree

6 files changed

+1225
-16
lines changed

6 files changed

+1225
-16
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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"extends": "nx/presets/core.json",
3+
"npmScope": "remix",
4+
"tasksRunnerOptions": {
5+
"default": {
6+
"runner": "@nrwl/nx-cloud",
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+
"accessToken": "ZTI3Y2Q2YTUtZTM0ZC00MjFkLWJkZDctNDZmODIxMzhmZTM3fHJlYWQtd3JpdGU="
20+
}
21+
}
22+
},
23+
"cli": {
24+
"defaultProjectName": "blues-stack"
25+
},
26+
"pluginsConfig": {
27+
"@nrwl/js": {
28+
"analyzeSourceFiles": false,
29+
"analyzePackageJson": false
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)