oops
This commit is contained in:
parent
23c07b1146
commit
27a026e5df
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
Loading…
Reference in a new issue