v0.2 hardware backend

This commit is contained in:
local
2026-05-11 20:14:50 -05:00
parent b9d86fa303
commit cccbee27e4
9 changed files with 607 additions and 40 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
import { VersionGraph } from '@start9labs/start-sdk'
import { v_0_1_0 } from './v0.1.0'
import { v_0_2_0 } from './v0.2.0'
export const versionGraph = VersionGraph.of({
current: v_0_1_0,
other: [],
current: v_0_2_0,
other: [v_0_1_0],
})