export { generateProject } from './projectGenerator.js';
export type { ProjectConfig } from './types.js';
