mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
47da647f66
commit
81e0a0517a
2
index.ts
2
index.ts
@ -17,7 +17,7 @@ import { indexRouter } from './routes/index.ts';
|
||||
const BASE_DIR = join(import.meta.dir, 'public');
|
||||
const PORT = env.PORT ?? 3000;
|
||||
|
||||
const debugLogger = debug('app:server');
|
||||
const debugLogger = debug('minexlauncher:server');
|
||||
const isDev = env.NODE_ENV === 'development';
|
||||
|
||||
const app = express();
|
||||
|
Loading…
x
Reference in New Issue
Block a user