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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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