Add startos/versions/index.ts

Add StartOS version graph
This commit is contained in:
2026-08-05 17:18:38 +00:00
parent 523812b089
commit 0c5774906f
+7
View File
@@ -0,0 +1,7 @@
import { VersionGraph } from '@start9labs/start-sdk'
import { current } from './current'
export const versionGraph = VersionGraph.of({
current,
other: [],
})