Files
Unheard0840 0c5774906f Add startos/versions/index.ts
Add StartOS version graph
2026-08-05 17:18:38 +00:00

7 lines
162 B
TypeScript

import { VersionGraph } from '@start9labs/start-sdk'
import { current } from './current'
export const versionGraph = VersionGraph.of({
current,
other: [],
})