diff options
Diffstat (limited to 'day9/task5_vue/package.json')
| -rw-r--r-- | day9/task5_vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day9/task5_vue/package.json b/day9/task5_vue/package.json index 5ab0280..650d57a 100644 --- a/day9/task5_vue/package.json +++ b/day9/task5_vue/package.json @@ -4,7 +4,7 @@ "description": "Example app for day9 of reg.ru", "main": "src/index.js", "scripts": { - "start": "python backend_serve.py", + "start": "python runserver.py", "build": "webpack -p" }, "author": "Andrew Guschin", |