refactor: nx

This commit is contained in:
cha0s 2024-01-10 01:03:46 -06:00
parent 6e0ace8763
commit c3cc989aa5
4 changed files with 11 additions and 7 deletions

2
.gitignore vendored
View File

@ -122,3 +122,5 @@ dist
# package-locals
/packages/*/yarn.lock
/packages/*/bun.lockb
/.nx/cache

View File

@ -1,6 +0,0 @@
{
"packages": [
"packages/*"
],
"version": "2.0.3"
}

8
nx.json Normal file
View File

@ -0,0 +1,8 @@
{
"extends": "nx/presets/npm.json",
"targetDefaults": {
"build": {
"cache": true
}
}
}

View File

@ -27,7 +27,7 @@
"@flecks/socket": "*",
"@flecks/user": "*",
"@flecks/web": "*",
"lerna": "^7.4.2"
"nx": "^17.2.8"
},
"dependencies": {
"@docusaurus/theme-mermaid": "3.0.1"