This commit is contained in:
Eugene Pankov
2021-07-24 20:38:23 +02:00
parent f1c4bcba03
commit d9d019e15f

View File

@@ -5,6 +5,8 @@
"scripts": {
"build": "webpack --progress",
"watch": "DEV=1 webpack --progress --watch",
"build:server": "webpack --progress -c webpack.server.config.js",
"watch:server": "DEV=1 webpack --progress --watch -c webpack.server.config.js",
"start": "./manage.py runserver"
},
"private": true,