Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: invalid import

-1
-1
src/pages/orchestrator/single-queue/_applet.astro
··· 8 8 import type * as AudioEngine from "@applets/engine/audio/types.d.ts"; 9 9 import type * as QueueEngine from "@applets/engine/queue/types.d.ts"; 10 10 import type { Applet } from "@web-applets/sdk"; 11 - import { undefined } from "astro:schema"; 12 11 13 12 // Register applet 14 13 const context = register();