mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Merge pull request #2395 from jaredevantabor/https-dev-server
Changes UI dev server to operate over https
This commit is contained in:
@@ -51,7 +51,7 @@ const watch = {
|
|||||||
stats: 'minimal',
|
stats: 'minimal',
|
||||||
publicPath: '/static/',
|
publicPath: '/static/',
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
https: false,
|
https: true,
|
||||||
port: 3000,
|
port: 3000,
|
||||||
clientLogLevel: 'none',
|
clientLogLevel: 'none',
|
||||||
proxy: [{
|
proxy: [{
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
"unit": "karma start test/unit/karma.unit.js",
|
"unit": "karma start test/unit/karma.unit.js",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"dev": "webpack --config build/webpack.development.js --progress",
|
"dev": "webpack --config build/webpack.development.js --progress",
|
||||||
"watch": "webpack-dev-server --config build/webpack.watch.js --progress",
|
"watch": "webpack-dev-server --config build/webpack.watch.js --progress --https",
|
||||||
"production": "webpack --config build/webpack.production.js"
|
"production": "webpack --config build/webpack.production.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user