1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-08-31 14:42:28 -07:00
parent 696861c894
commit 246478fd06
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -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();