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
446 B

1 year ago
{
"root": "apps/py-categories-service",
"sourceRoot": "apps/py-categories-service",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": ["agw"],
"generators": {},
"name": "py-categories-service",
"targets": {
"serve": {
"executor": "nx:run-commands",
"options": {
"command": "python3 apps/py-categories-service/main.py"
}
}
}
}