From 8bc0337e4f042209c657a8b4a2751013f6e0e5dc Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Sun, 18 Jan 2026 03:52:11 +0000 Subject: [PATCH] modified: src/lib/templates.ts --- src/lib/templates.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/templates.ts b/src/lib/templates.ts index b0fc8f6..f4e33af 100644 --- a/src/lib/templates.ts +++ b/src/lib/templates.ts @@ -12,6 +12,7 @@ export interface ScriptTemplate { } + export function getTemplatesForPlatform(platform: PlatformId): ScriptTemplate[] { return templates.filter(t => t.platform === platform); }