mirror of
https://github.com/Discreetly/server.git
synced 2026-01-10 13:08:07 -05:00
fix(/join) fixed /join not responding with roomIDs
chore(seed) improved room creation for seeding
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user