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