mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix webpack dev server (#5631)
This commit is contained in:
parent
e3f7561ced
commit
555c9f238f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module.exports = {
|
||||||
compress: true,
|
compress: true,
|
||||||
port: 8999,
|
port: 8999,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': 'https://localhost:9443',
|
'/api': 'http://localhost:9000',
|
||||||
},
|
},
|
||||||
open: true,
|
open: true,
|
||||||
writeToDisk: true,
|
writeToDisk: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue