mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
.
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --progress",
|
"build": "webpack --progress",
|
||||||
"watch": "DEV=1 webpack --progress --watch",
|
"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"
|
"start": "./manage.py runserver"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user