copy files
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NODE_ENV: 'development' | 'production';
|
||||
GAME_DB_SERVER: string;
|
||||
GAME_DB_DATABASE: string;
|
||||
GAME_DB_USER: string;
|
||||
GAME_DB_PASSWORD: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user