2024-12-19 02:13:15 -06:00
|
|
|
import * as path from "path"
|
|
|
|
import { fileURLToPath } from "url"
|
|
|
|
|
2024-12-24 03:52:44 -06:00
|
|
|
export const flavors = [["#reflectivedetective"], ["#alearfred", "リュアル"]]
|
2024-12-24 03:53:05 -06:00
|
|
|
export const variety = 200
|
2024-12-19 02:13:15 -06:00
|
|
|
export const PORT = process.env.PORT || 8080
|
|
|
|
export const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
|
|
|
export const staticPath = path.join(__dirname, "static")
|