fix: regression introduced in v1.1.1
This commit is contained in:
parent
c34741d197
commit
79ebeaced3
@ -9,7 +9,7 @@ export const HOST = process.env['HOST'] ?? '0.0.0.0'
|
|||||||
export const API_URL = process.env['API_URL'] ?? `http://${HOST}:${PORT}`
|
export const API_URL = process.env['API_URL'] ?? `http://${HOST}:${PORT}`
|
||||||
export const API_KEY = process.env['API_KEY'] ?? 'apiKeySecret'
|
export const API_KEY = process.env['API_KEY'] ?? 'apiKeySecret'
|
||||||
|
|
||||||
export const SRC_URL = new URL('../../', import.meta.url)
|
export const SRC_URL = new URL('../', import.meta.url)
|
||||||
export const ROOT_URL = new URL('../', SRC_URL)
|
export const ROOT_URL = new URL('../', SRC_URL)
|
||||||
export const UPLOADS_URL = new URL('./uploads/', ROOT_URL)
|
export const UPLOADS_URL = new URL('./uploads/', ROOT_URL)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user