initial relay scaffold

This commit is contained in:
local
2026-05-11 20:03:27 -05:00
commit b9d86fa303
58 changed files with 7609 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { sdk } from '../sdk'
// Recap needs no special initialization.
// Directories are created by docker_entrypoint.sh and
// config is loaded from the persistent volume at runtime.
export const setup = sdk.setupOnInit(async (effects, kind) => {
// Nothing to do on install, update, restore, or rebuild.
})