modified: src/lib/templates.ts

This commit is contained in:
Anderson 2026-01-18 04:05:49 +00:00 committed by GitHub
parent 8bc0337e4f
commit b706fc7954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ export interface ScriptTemplate {
export function getTemplatesForPlatform(platform: PlatformId): ScriptTemplate[] {
return templates.filter(t => t.platform === platform);
}