Build Service / BuildPackage (push) Has been cancelled
Adds a user toggle for SUBS_PUBLISH_REQUIRE_FINALIZED, copies the certrelay monitor binary to /data/bin for terminal use, and bumps the spaced image to horologger/spaces:v0.0.9x. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
import { VersionGraph } from '@start9labs/start-sdk'
|
|
import { v_0_1_1_3 } from './v0.1.1.3'
|
|
|
|
export const versionGraph = VersionGraph.of({
|
|
current: v_0_1_1_3,
|
|
other: [],
|
|
})
|