chore: use 5314 as a custom dev port (#95)
This commit is contained in:
parent
ae2ce85bcc
commit
2c630292af
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue