Files
premier-gunner/s9pk/startos/versions/index.ts
T

8 lines
163 B
TypeScript

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