Skip to content

Commit

Permalink
chore: add nx to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 4, 2022
1 parent 8a2e27f commit 17bdb0c
Show file tree
Hide file tree
Showing 6 changed files with 1,225 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ node_modules
/postgres-data

/app/styles/tailwind.css

/.idea
32 changes: 32 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"extends": "nx/presets/core.json",
"npmScope": "remix",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": [
"build-all",
"validate-all",
"build:css",
"build:remix",
"build:server",
"typecheck",
"test:run",
"lint",
"test:e2e:run"
],
"accessToken": "ZTI3Y2Q2YTUtZTM0ZC00MjFkLWJkZDctNDZmODIxMzhmZTM3fHJlYWQtd3JpdGU="
}
}
},
"cli": {
"defaultProjectName": "blues-stack"
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false,
"analyzePackageJson": false
}
}
}
Loading

0 comments on commit 17bdb0c

Please sign in to comment.