Build fixed Faktiska production workflow
This commit is contained in:
@@ -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,
|
||||
};
|
||||
Reference in New Issue
Block a user