diff --git a/README.md b/README.md index 74ed5bc..c080538 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,19 @@ oder mit VS code launch.json: "FLASK_APP": "backend\\app.py", "FLASK_DEBUG": "1", "FLASK_RUN_PORT": "8080", + "FLASK_ENV": "development", "ZAMMAD_URL": "https://tickets.XXXXX.net/api/v1/", "ZAMMAD_TOKEN": "XXXXX" }, + "autoReload": { + "enable": true, + "pattern": [ + "**/*.py" + ] + }, "args": [ "run", - "--no-debugger", - "--no-reload" + "--no-debugger" ], "jinja": true, "autoStartBrowser": false