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