refactor: nx
This commit is contained in:
parent
6e0ace8763
commit
c3cc989aa5
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -122,3 +122,5 @@ dist
|
|||
# package-locals
|
||||
/packages/*/yarn.lock
|
||||
/packages/*/bun.lockb
|
||||
|
||||
/.nx/cache
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "2.0.3"
|
||||
}
|
8
nx.json
Normal file
8
nx.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "nx/presets/npm.json",
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
"cache": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user