import order
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import express from 'express';
|
import express from 'express';
|
||||||
|
import { getStops, setStops } from './src/config.mjs';
|
||||||
import { departuresRouter } from './src/departures-router.mjs';
|
import { departuresRouter } from './src/departures-router.mjs';
|
||||||
import { startScraper } from './src/runner.mjs';
|
import { startScraper } from './src/runner.mjs';
|
||||||
import { getStops, setStops } from './src/config.mjs';
|
|
||||||
|
|
||||||
const PORT = process.env.PORT || 3000;
|
const PORT = process.env.PORT || 3000;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user