chore: use 5314 as a custom dev port (#95)

This commit is contained in:
Shinigami 2022-11-25 16:15:54 +01:00 committed by GitHub
parent ae2ce85bcc
commit 2c630292af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
export const APP_NAME = 'Elk'
export const HOST_DOMAIN = process.dev
? 'http://localhost:3000'
? 'http://localhost:5314'
: 'https://elk.zone'
export const DEFAULT_POST_CHARS_LIMIT = 500