mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
696861c894
commit
246478fd06
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 BASE_DIR = join(import.meta.dir, 'public');
|
||||||
const PORT = env.PORT ?? 3000;
|
const PORT = env.PORT ?? 3000;
|
||||||
|
|
||||||
const debugLogger = debug('app:server');
|
const debugLogger = debug('minexlauncher:server');
|
||||||
const isDev = env.NODE_ENV === 'development';
|
const isDev = env.NODE_ENV === 'development';
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user