diff --git a/startos/versions/index.ts b/startos/versions/index.ts new file mode 100644 index 0000000..7ca28e7 --- /dev/null +++ b/startos/versions/index.ts @@ -0,0 +1,7 @@ +import { VersionGraph } from '@start9labs/start-sdk' +import { current } from './current' + +export const versionGraph = VersionGraph.of({ + current, + other: [], +}) \ No newline at end of file