mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Support webpacker live-reloading on Docker (#26419)
This commit is contained in:
parent
0719216368
commit
286a21afdc
4 changed files with 5 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ development:
|
|||
# Reference: https://webpack.js.org/configuration/dev-server/
|
||||
dev_server:
|
||||
https: false
|
||||
host: localhost
|
||||
host: 0.0.0.0
|
||||
port: 3035
|
||||
public: localhost:3035
|
||||
hmr: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue