UNPKG

dinou

Version:

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

9 lines (6 loc) 214 B
const genericNames = require("generic-names"); const path = require("path"); const generate = genericNames("[hash:base64]", { context: path.resolve(process.cwd(), "src"), }); module.exports = generate;