refactor: remove versions.ts file as it is no longer needed

This commit is contained in:
Ben Allfree
2026-04-18 10:24:31 -07:00
parent b00d5cc825
commit fd37049003
-7
View File
@@ -1,7 +0,0 @@
// This file is auto-generated by scripts/generate-versions.js
export const VERSIONS = [
"v2.7.16.a597230",
"v2.6.13.0561f2c"
] as const;
export type FirmwareVersion = typeof VERSIONS[number];