Name the bounded frame: fill:true on the shell, and the contract minor that ships it

This commit is contained in:
2026-09-08 17:27:21 +02:00
parent b9129fba08
commit 7f2c0cc2c2
13 changed files with 117 additions and 39 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ let upstreamUrl = "";
const upstream = createUpstream(() => upstreamUrl);
export default definePlugin({
apiVersion: "0.3.0", // the host contract this was built against — a literal, never HOST_API_VERSION
apiVersion: "0.4.0", // the host contract this was built against — a literal, never HOST_API_VERSION
// onBoot runs after discovery, before the server listens — where a plugin receives its resolved
// settings. A malformed URL already failed the boot by then; the host validated the declared type.