Fixed paths

This commit is contained in:
2026-06-24 13:37:58 -04:00
parent f5664fe542
commit 7dfd5e6e1f

View File

@@ -4,7 +4,7 @@ import { resolve, dirname } from 'path'
import { fileURLToPath } from 'url'
const DIR = dirname(fileURLToPath(import.meta.url))
const SHAPES_PATH = resolve(DIR, 'public', 'aircraft.json')
const SHAPES_PATH = resolve(DIR, '../public/aircraft.json')
const history = new Map() // icao -> [{lat, lon, alt, ts}]
const MAX_HISTORY = 500