Yaoi-Spinner/constants.js

8 lines
346 B
JavaScript
Raw Normal View History

2024-12-19 02:13:15 -06:00
import * as path from "path"
import { fileURLToPath } from "url"
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")