1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-09-12 16:20:49 -07:00
parent d554212037
commit 2affbe701e
10 changed files with 99 additions and 92 deletions

View File

@@ -16,7 +16,7 @@ import morgan from 'morgan';
import serveFavicon from 'serve-favicon';
import serveStatic from 'serve-static';
import { indexRouter } from './routes/index.ts';
import indexRouter from './routes/index.ts';
const BASE_DIR = join(import.meta.dir, 'public');
const PORT = process.env['PORT'] ?? 3000;