mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:11:41 +00:00
webpacker configurable
This commit is contained in:
parent
fb5cc9ae26
commit
aa826629cf
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ development:
|
|||
# Reference: https://webpack.js.org/configuration/dev-server/
|
||||
dev_server:
|
||||
https: true
|
||||
host: sutty.local
|
||||
host: <%= ENV.fetch('SUTTY', 'localhost') %>
|
||||
port: 3035
|
||||
public: sutty.local:3035
|
||||
public: <%= ENV.fetch('SUTTY', 'localhost') %>:3035
|
||||
hmr: false
|
||||
# Inline should be set to true if using HMR
|
||||
inline: true
|
||||
|
|
Loading…
Reference in a new issue