Add startos/versions/index.ts
Add StartOS version graph
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
import { VersionGraph } from '@start9labs/start-sdk'
|
||||||
|
import { current } from './current'
|
||||||
|
|
||||||
|
export const versionGraph = VersionGraph.of({
|
||||||
|
current,
|
||||||
|
other: [],
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user