mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: changed dev port
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { resolve } from 'path'
|
||||
import { bgCyan, black } from 'kolorist'
|
||||
|
||||
export const port = parseInt(process.env.PORT || '') || 3303
|
||||
export const port = parseInt(process.env.PORT || '') || 10804
|
||||
export const r = (...args: string[]) => resolve(__dirname, '..', ...args)
|
||||
export const isDev = process.env.NODE_ENV !== 'production'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user