fix(/join) fixed /join not responding with roomIDs

chore(seed) improved room creation for seeding
This commit is contained in:
2023-07-27 22:24:39 -04:00
parent a51d587487
commit c5bfdf440c
7 changed files with 124 additions and 63 deletions

View File

@@ -6,7 +6,7 @@
"target": "ES2022",
"module": "ES2022",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
},
"ts-node": {
"esm": true,
@@ -14,5 +14,9 @@
},
"files": [
"./src/server.ts"
],
"include": [
"src/**/*",
"src/types/index.ts"
]
}