update config

This commit is contained in:
Hri7566 2023-09-07 16:59:18 -04:00
parent c1e165f8e0
commit 7e0f0c812a
3 changed files with 30 additions and 2 deletions

View File

@ -4,3 +4,11 @@ alwaysLoad:
lobbySettings: lobbySettings:
lobby: true lobby: true
chat: true
crownsolo: false
lobbyRegexes:
- "^lobby\\d\\d$"
- "^test/.*$"
lobbyBackdoor: "lolwutsecretlobbybackdoor"

View File

@ -11,6 +11,7 @@
"author": "Hri7566", "author": "Hri7566",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@prisma/client": "5.2.0",
"@t3-oss/env-core": "^0.6.1", "@t3-oss/env-core": "^0.6.1",
"date-holidays": "^3.21.5", "date-holidays": "^3.21.5",
"dotenv": "^8.6.0", "dotenv": "^8.6.0",

View File

@ -5,6 +5,9 @@ settings:
excludeLinksFromLockfile: false excludeLinksFromLockfile: false
dependencies: dependencies:
'@prisma/client':
specifier: 5.2.0
version: 5.2.0(prisma@5.2.0)
'@t3-oss/env-core': '@t3-oss/env-core':
specifier: ^0.6.1 specifier: ^0.6.1
version: 0.6.1(typescript@5.2.2)(zod@3.22.2) version: 0.6.1(typescript@5.2.2)(zod@3.22.2)
@ -77,10 +80,27 @@ packages:
fast-json-stringify: 5.8.0 fast-json-stringify: 5.8.0
dev: false dev: false
/@prisma/client@5.2.0(prisma@5.2.0):
resolution: {integrity: sha512-AiTjJwR4J5Rh6Z/9ZKrBBLel3/5DzUNntMohOy7yObVnVoTNVFi2kvpLZlFuKO50d7yDspOtW6XBpiAd0BVXbQ==}
engines: {node: '>=16.13'}
requiresBuild: true
peerDependencies:
prisma: '*'
peerDependenciesMeta:
prisma:
optional: true
dependencies:
'@prisma/engines-version': 5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f
prisma: 5.2.0
dev: false
/@prisma/engines-version@5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f:
resolution: {integrity: sha512-jsnKT5JIDIE01lAeCj2ghY9IwxkedhKNvxQeoyLs6dr4ZXynetD0vTy7u6wMJt8vVPv8I5DPy/I4CFaoXAgbtg==}
dev: false
/@prisma/engines@5.2.0: /@prisma/engines@5.2.0:
resolution: {integrity: sha512-dT7FOLUCdZmq+AunLqB1Iz+ZH/IIS1Fz2THmKZQ6aFONrQD/BQ5ecJ7g2wGS2OgyUFf4OaLam6/bxmgdOBDqig==} resolution: {integrity: sha512-dT7FOLUCdZmq+AunLqB1Iz+ZH/IIS1Fz2THmKZQ6aFONrQD/BQ5ecJ7g2wGS2OgyUFf4OaLam6/bxmgdOBDqig==}
requiresBuild: true requiresBuild: true
dev: true
/@t3-oss/env-core@0.6.1(typescript@5.2.2)(zod@3.22.2): /@t3-oss/env-core@0.6.1(typescript@5.2.2)(zod@3.22.2):
resolution: {integrity: sha512-KQD7qEDJtkWIWWmTVjNvk0wnHpkvAQ6CRbUxbWMFNG/fiosBQDQvtRpBNu6USxBscJCoC4z6y7P9MN52/mLOzw==} resolution: {integrity: sha512-KQD7qEDJtkWIWWmTVjNvk0wnHpkvAQ6CRbUxbWMFNG/fiosBQDQvtRpBNu6USxBscJCoC4z6y7P9MN52/mLOzw==}
@ -481,7 +501,6 @@ packages:
requiresBuild: true requiresBuild: true
dependencies: dependencies:
'@prisma/engines': 5.2.0 '@prisma/engines': 5.2.0
dev: true
/process-warning@2.2.0: /process-warning@2.2.0:
resolution: {integrity: sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==} resolution: {integrity: sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==}