// DO NOT EDIT. This file is generated by Fresh. // This file SHOULD be checked into source version control. // This file is automatically updated during development when running `dev.ts`. import * as $_404 from './routes/_404.tsx' import * as $_app from './routes/_app.tsx' import * as $contacts_index from './routes/contacts/index.tsx' import * as $equipes_id_ from './routes/equipes/[id].tsx' import * as $equipes_index from './routes/equipes/index.tsx' import * as $faq_index from './routes/faq/index.tsx' import * as $index from './routes/index.tsx' import * as $machines_id_ from './routes/machines/[id].tsx' import * as $machines_index from './routes/machines/index.tsx' import * as $profil_admin from './routes/profil/admin.tsx' import * as $profil_index from './routes/profil/index.tsx' import * as $projets_id_ from './routes/projets/[id].tsx' import * as $projets_index from './routes/projets/index.tsx' import { type Manifest } from '$fresh/server.ts' const manifest = { routes: { './routes/_404.tsx': $_404, './routes/_app.tsx': $_app, './routes/contacts/index.tsx': $contacts_index, './routes/equipes/[id].tsx': $equipes_id_, './routes/equipes/index.tsx': $equipes_index, './routes/faq/index.tsx': $faq_index, './routes/index.tsx': $index, './routes/machines/[id].tsx': $machines_id_, './routes/machines/index.tsx': $machines_index, './routes/profil/admin.tsx': $profil_admin, './routes/profil/index.tsx': $profil_index, './routes/projets/[id].tsx': $projets_id_, './routes/projets/index.tsx': $projets_index, }, islands: {}, baseUrl: import.meta.url, } satisfies Manifest export default manifest