From 52e9807c88968e7827d68d26e014c61228f6960a Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Tue, 10 Feb 2026 16:30:08 +0000 Subject: [PATCH] feat: export CUSTOM_MAP_ID and DEFAULT_MAP_ID --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 56e31ab..615dfb0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,6 +16,7 @@ import { RootRouter } from './routes/root.js' import type { FetchContext } from './types.js' export { errors } from './lib/errors.js' +export { CUSTOM_MAP_ID, DEFAULT_MAP_ID } from './lib/constants.js' export type { MapInfo,