@reliverse/rse
Version:
@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power
15 lines (14 loc) • 396 B
TypeScript
export declare const DLER_TEMPLATES: {
addons: Template;
api: Template;
auth: Template;
backend: Template;
base: Template;
db: Template;
examples: Template;
extras: Template;
frontend: Template;
runtime: Template;
};
export type DLER_TEMPLATE_NAMES = keyof typeof DLER_TEMPLATES;
export declare const dlerTemplatesMap: Record<string, DLER_TEMPLATE_NAMES>;