UNPKG

dinou

Version:

Dinou is a modern React 19 framework with React Server Components, Server Functions, and streaming SSR.

11 lines (9 loc) 197 B
import write from "../helpers-esbuild/write.mjs"; export default function writePlugin() { return { name: "write-plugin", setup(build) { build.onEnd(write); }, }; }