mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:23:07 +02:00
25 lines
567 B
JSON
25 lines
567 B
JSON
|
|
{
|
||
|
|
"name": "backend",
|
||
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||
|
|
"sourceRoot": "apps/backend/src",
|
||
|
|
"projectType": "application",
|
||
|
|
"tags": [],
|
||
|
|
"targets": {
|
||
|
|
"serve": {
|
||
|
|
"executor": "@nx/js:node",
|
||
|
|
"defaultConfiguration": "development",
|
||
|
|
"options": {
|
||
|
|
"buildTarget": "backend:build"
|
||
|
|
},
|
||
|
|
"configurations": {
|
||
|
|
"development": {
|
||
|
|
"buildTarget": "backend:build:development"
|
||
|
|
},
|
||
|
|
"production": {
|
||
|
|
"buildTarget": "backend:build:production"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|