added the games route and two test game sub-routes for colyseus testing.
This commit is contained in:
12
src/env.d.ts
vendored
Normal file
12
src/env.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface Env {
|
||||
|
||||
DB_STRING?: string;
|
||||
SERVER_URL?: string;
|
||||
TIX_TAX_ROOM_NAME?: string;
|
||||
}
|
||||
|
||||
declare global {
|
||||
namespace NodeJS{
|
||||
interface ProcessEnv extends Env {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user