This commit is contained in:
bingus_violet 2024-12-24 03:53:05 -06:00
parent 23c07b1146
commit 27a026e5df

View file

@ -2,7 +2,7 @@ import * as path from "path"
import { fileURLToPath } from "url"
export const flavors = [["#reflectivedetective"], ["#alearfred", "リュアル"]]
export const variety = 5
export const variety = 200
export const PORT = process.env.PORT || 8080
export const __dirname = path.dirname(fileURLToPath(import.meta.url))
export const staticPath = path.join(__dirname, "static")