You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
454 B
18 lines
454 B
{
|
|
"root": "apps/py-tg-bot-weather-agent",
|
|
"sourceRoot": "apps/py-tg-bot-weather-agent",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"implicitDependencies": ["agw"],
|
|
"generators": {},
|
|
"name": "py-tg-bot-weather-agent",
|
|
"targets": {
|
|
"serve": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "python3 apps/py-tg-bot-weather-agent/main.py"
|
|
}
|
|
}
|
|
}
|
|
}
|