pregenerate location names and fix location forwarding

This commit is contained in:
terraputix
2026-02-20 23:08:04 +01:00
parent bed6e3aa53
commit 65fe6d1601
5 changed files with 33 additions and 14 deletions
-1
View File
@@ -1,5 +1,4 @@
export * from './ui.ts';
export * from './meteo.ts';
export const pad = (n: string | number) => {
if (n === null || n === undefined) {