logout handling

This commit is contained in:
Sebastian Frank
2017-08-25 12:25:19 +02:00
parent 2ef22fd197
commit cd7a727f0f
7 changed files with 173 additions and 72 deletions

View File

@@ -5,7 +5,7 @@
"description": "JS UI for Basispanel Server Management",
"main": "index.js",
"scripts": {
"serve": "WEBPACK_ENV=dev webpack-dev-server --inline --hot --open",
"serve": "WEBPACK_ENV=dev webpack-dev-server --inline --hot --host 0.0.0.0",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch",
"build": "WEBPACK_ENV=production webpack --colors"
},