working
Some checks are pending
Build Service / BuildPackage (push) Waiting to run

This commit is contained in:
2026-05-14 05:39:56 -04:00
parent 5b7cd13dc0
commit 172e3f63ac
33 changed files with 1633 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { VersionGraph } from '@start9labs/start-sdk'
import { v_0_0_9_0_a1 } from './v0.0.9.0.a1'
export const versionGraph = VersionGraph.of({
current: v_0_0_9_0_a1,
other: [],
})