ugh
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m30s

This commit is contained in:
2025-12-02 18:43:49 -08:00
parent b800f85f9b
commit 33b1800f72
5 changed files with 50 additions and 25 deletions

View File

@@ -1,9 +1,5 @@
// server.ts
import express, { Request, Response, NextFunction } from 'express';
// Load environment variables from .env file at the very beginning.
import dotenv from 'dotenv';
dotenv.config();
import timeout from 'connect-timeout';
import cookieParser from 'cookie-parser';
import listEndpoints from 'express-list-endpoints';