Try number idk how much
This commit is contained in:
@@ -8,7 +8,7 @@ const client = new Client()
|
||||
const redis = new RedisClient(env.prod.REDISURI)
|
||||
|
||||
const ft = process.env.BUILD !== "true" ? "ts" : "js"
|
||||
const dir = process.env.BUILD !== "true" ? "src" : "dist"
|
||||
const dir = process.env.DOCKER !== "1" ? process.env.BUILD !== "true" ? "src" : "dist" : ""
|
||||
|
||||
class Illegitimate {
|
||||
async start() {
|
||||
|
||||
Reference in New Issue
Block a user