import type { LitroRecipe } from '../../src/types.js'; const recipe: LitroRecipe = { name: 'fullstack', displayName: 'Fullstack App', description: 'Full-stack Lit + Nitro app with SSR and blog example pages', mode: 'both', }; export default recipe;