Use port 3036 to avoid conflicting with Mastodon dev server
This commit is contained in:
parent
a7975f10fa
commit
b45012c435
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ development:
|
||||||
dev_server:
|
dev_server:
|
||||||
https: false
|
https: false
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 3035
|
port: 3036
|
||||||
public: localhost:3035
|
public: localhost:3036
|
||||||
hmr: false
|
hmr: false
|
||||||
# Inline should be set to true if using HMR
|
# Inline should be set to true if using HMR
|
||||||
inline: true
|
inline: true
|
||||||
|
|
Loading…
Reference in a new issue