Fixed paths

This commit is contained in:
2026-06-24 13:36:51 -04:00
parent 22c391a41c
commit f5664fe542

View File

@@ -10,7 +10,7 @@ import {spec} from './spec.mjs';
import {existsSync} from 'fs';
import {getAirTraffic, getAirTrafficHistory, getShapes} from './airtraffic.mjs';
import {getWeatherCondition} from './openweather.mjs';
import {refreshForecast} from './forecast.mjs';
import {ensureForecast, refreshForecast} from './forecast.mjs';
const app = express();
const DIR = dirname(fileURLToPath(import.meta.url));