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 6, 2022
1 parent 8a2e27f commit bdecf9e
Show file tree
Hide file tree
Showing 6 changed files with 1,073 additions and 310 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
31 changes: 31 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"extends": "nx/presets/core.json",
"npmScope": "remix",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build-all",
"validate-all",
"build:css",
"build:remix",
"build:server",
"typecheck",
"test:run",
"lint",
"test:e2e:run"
]
}
}
},
"cli": {
"defaultProjectName": "blues-stack"
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false,
"analyzePackageJson": false
}
}
}
Loading

0 comments on commit bdecf9e

Please sign in to comment.