Added optional Explorer/Indexer
Build Service / BuildPackage (push) Has been cancelled

This commit is contained in:
2026-05-20 15:43:38 -04:00
parent 2cdc4a5f34
commit e41ff31221
27 changed files with 1431 additions and 70 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { VersionGraph } from '@start9labs/start-sdk'
import { v_0_0_9_0_a1 } from './v0.0.9.0.a1'
import { v_0_0_9_1 } from './v0.0.9.1'
export const versionGraph = VersionGraph.of({
current: v_0_0_9_0_a1,
current: v_0_0_9_1,
other: [],
})