Use port 3036 to avoid conflicting with Mastodon dev server

stable/1.0.x
Alex Gleason 2020-04-06 20:08:40 -05:00
rodzic a7975f10fa
commit b45012c435
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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