File size: 393 Bytes
7b7174c
7b7db64
7b7174c
 
 
 
 
 
 
 
 
 
 
7b7db64
7b7174c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "watch": ["*.py", "**/*.py"],
  "ext": "py",
  "ignore": [
    "__pycache__/",
    "*.pyc",
    ".git/",
    "node_modules/",
    "venv/",
    "env/",
    ".pytest_cache/",
    "*.log"
  ],
  "exec": "python3 app.py",
  "env": {
    "PYTHONPATH": ".",
    "PYTHONUNBUFFERED": "1"
  },
  "delay": 1000,
  "verbose": true,
  "restartable": "rs",
  "colours": true,
  "legacy-watch": false
}