Build fixed Faktiska production workflow

This commit is contained in:
b0txec
2026-08-19 17:11:58 +03:00
parent d9a788376b
commit e726291bdb
6 changed files with 140 additions and 47 deletions
@@ -0,0 +1,12 @@
export const faktiskaStations = [
"Liepāja", "Ventspils", "Stende", "Saldus", "Rīga", "Jelgava", "Ainaži",
"Valmiera", "Madona", "Alūksne", "Zīlāni", "Daugavpils", "Rēzekne",
] as const;
export type FaktiskaStation = typeof faktiskaStations[number];
export const faktiskaExport = {
width: 3840,
height: 1440,
mapType: "map_3840x1440_wind" as const,
};