5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
// SPDX-FileCopyrightText: 2024 Aravinth Manivannan <realaravinth@batsense.net>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
export const INSTANCE_URL = new URL(process.env.INSTANCE_URL)
|