You've already forked AstralRinth
forked from didirus/AstralRinth
Initial monorepo setup
This commit is contained in:
34
nx.json
34
nx.json
@@ -6,9 +6,39 @@
|
||||
"sharedGlobals"
|
||||
],
|
||||
"production": [
|
||||
"default"
|
||||
"default",
|
||||
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
|
||||
"!{projectRoot}/tsconfig.spec.json",
|
||||
"!{projectRoot}/.eslintrc.json",
|
||||
"!{projectRoot}/eslint.config.js"
|
||||
],
|
||||
"sharedGlobals": []
|
||||
},
|
||||
"nxCloudAccessToken": "MWVlOTgyZjYtNzAyYS00ZTkxLTg0MGYtZjgzMDA0MzIzOTE1fHJlYWQtd3JpdGU="
|
||||
"nxCloudAccessToken": "MWVlOTgyZjYtNzAyYS00ZTkxLTg0MGYtZjgzMDA0MzIzOTE1fHJlYWQtd3JpdGU=",
|
||||
"plugins": [
|
||||
"@monodon/rust",
|
||||
{
|
||||
"plugin": "@nx/vite/plugin",
|
||||
"options": {
|
||||
"buildTargetName": "build",
|
||||
"testTargetName": "test",
|
||||
"serveTargetName": "serve",
|
||||
"previewTargetName": "preview",
|
||||
"serveStaticTargetName": "serve-static"
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "@nx/eslint/plugin",
|
||||
"options": {
|
||||
"targetName": "lint"
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "@nx/nuxt/plugin",
|
||||
"options": {
|
||||
"buildTargetName": "build",
|
||||
"serveTargetName": "serve"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user