// src/schema/index.ts export const SCAFFOLD_ROOT_DIR = '.scaffold'; export * from './structure'; export * from './hooks'; export * from './config';