Skip to content

Commit

Permalink
chore: update runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
devartes committed Mar 28, 2024
1 parent 638fa3c commit 0804319
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions runtime.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { forApp } from "$live/clients/withManifest.ts";
import type { SiteApp } from "./apps/site.ts";
import { proxy } from "deco/clients/withManifest.ts";
import type { Manifest } from "./manifest.gen.ts";

export const Runtime = forApp<SiteApp>();
export const invoke = proxy<
Manifest
>();

0 comments on commit 0804319

Please sign in to comment.