UNPKG

@baseplate-dev/core-generators

Version:

Core generators for Baseplate

9 lines 365 B
import { NODE_VITEST_PATHS } from './template-paths.js'; import { NODE_VITEST_RENDERERS } from './template-renderers.js'; import { NODE_VITEST_TEMPLATES } from './typed-templates.js'; export const NODE_VITEST_GENERATED = { paths: NODE_VITEST_PATHS, renderers: NODE_VITEST_RENDERERS, templates: NODE_VITEST_TEMPLATES, }; //# sourceMappingURL=index.js.map