Files
todo-back/startos/versions/index.ts
T
2026-08-08 21:14:10 -05:00

5 lines
158 B
TypeScript

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