init: sudah ganti logo, hilangin setting, dan investigational use dialog
This commit is contained in:
85
nx.json
Normal file
85
nx.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"tasksRunnerOptions": {
|
||||
"default": {
|
||||
"runner": "nx/tasks-runners/default",
|
||||
"options": {
|
||||
"cacheableOperations": [
|
||||
"dev",
|
||||
"build",
|
||||
"test:unit",
|
||||
"test:unit:ci",
|
||||
"test",
|
||||
"test:e2e",
|
||||
"test:e2e:local",
|
||||
"test:e2e:dist",
|
||||
"test:e2e:serve",
|
||||
"build:viewer",
|
||||
"build:dev",
|
||||
"build:aws",
|
||||
"build:viewer:ci",
|
||||
"build:viewer:qa",
|
||||
"build:viewer:demo",
|
||||
"build"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"targetDefaults": {
|
||||
"test:unit": {
|
||||
"dependsOn": [
|
||||
"^test:unit"
|
||||
]
|
||||
},
|
||||
"test:unit:ci": {
|
||||
"dependsOn": [
|
||||
"^test:unit:ci"
|
||||
]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": [
|
||||
"^test"
|
||||
]
|
||||
},
|
||||
"test:e2e": {
|
||||
"dependsOn": [
|
||||
"^test:e2e"
|
||||
]
|
||||
},
|
||||
"test:e2e:headed": {
|
||||
"dependsOn": [
|
||||
"^test:e2e:headed"
|
||||
]
|
||||
},
|
||||
"test:e2e:local": {
|
||||
"dependsOn": [
|
||||
"^test:e2e:local"
|
||||
]
|
||||
},
|
||||
"test:e2e:dist": {
|
||||
"dependsOn": [
|
||||
"^test:e2e:dist"
|
||||
]
|
||||
},
|
||||
"test:e2e:serve": {
|
||||
"dependsOn": [
|
||||
"^test:e2e:serve"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"outputs": [
|
||||
"{projectRoot}/platform/app/dist"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||
"namedInputs": {
|
||||
"default": [
|
||||
"{projectRoot}/**/*",
|
||||
"sharedGlobals"
|
||||
],
|
||||
"sharedGlobals": [],
|
||||
"production": [
|
||||
"default"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user