29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"name": "catalog-service",
|
|
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "catalog-service/src",
|
|
"projectType": "application",
|
|
"tags": [],
|
|
"targets": {
|
|
"serve": {
|
|
"executor": "@nx/js:node",
|
|
"defaultConfiguration": "development",
|
|
"dependsOn": [
|
|
"build"
|
|
],
|
|
"options": {
|
|
"buildTarget": "catalog-service:build",
|
|
"runBuildTargetDependencies": false
|
|
},
|
|
"configurations": {
|
|
"development": {
|
|
"buildTarget": "catalog-service:build:development"
|
|
},
|
|
"production": {
|
|
"buildTarget": "catalog-service:build:production"
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
} |