Use port 3036 to avoid conflicting with Mastodon dev server

This commit is contained in:
Alex Gleason
2020-04-06 20:08:40 -05:00
parent a7975f10fa
commit b45012c435

View File

@ -57,8 +57,8 @@ development:
dev_server:
https: false
host: localhost
port: 3035
public: localhost:3035
port: 3036
public: localhost:3036
hmr: false
# Inline should be set to true if using HMR
inline: true