version: "3" vars: GREETING: Hello, World! env: DEFAULT_GROUP: Home PRODUCTION: false API_PORT: 9000 API_DOCS: True dotenv: - .env - .dev.env tasks: py: desc: runs the backend server cmds: - poetry run python fuware/main.py