import order

This commit is contained in:
Georgi Gardev
2025-05-14 12:50:50 +03:00
parent ee0d8ebd9c
commit 304d0eb1ea

View File

@@ -1,7 +1,7 @@
import express from 'express';
import { getStops, setStops } from './src/config.mjs';
import { departuresRouter } from './src/departures-router.mjs';
import { startScraper } from './src/runner.mjs';
import { getStops, setStops } from './src/config.mjs';
const PORT = process.env.PORT || 3000;