diff --git a/.gitignore b/.gitignore index 8be0bb3..9e47da6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ # Fresh build directory _fresh/ +# Fresh generated imports +fresh.gen.ts + # npm dependencies node_modules/ diff --git a/fresh.gen.ts b/fresh.gen.ts deleted file mode 100644 index 281d1c6..0000000 --- a/fresh.gen.ts +++ /dev/null @@ -1,52 +0,0 @@ -// 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 $blog_id_ from './routes/blog/[id].tsx' -import * as $blog_index from './routes/blog/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 $membres_id_index from './routes/membres/[id]/index.tsx' -import * as $membres_id_portfolio_path_ from './routes/membres/[id]/portfolio/[...path].tsx' -import * as $membres_index from './routes/membres/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 * as $AiChatBox from './islands/AiChatBox.tsx' -import * as $MoreBox from './islands/MoreBox.tsx' -import * as $SearchBox from './islands/SearchBox.tsx' -import * as $ThemePicker from './islands/ThemePicker.tsx' -import { type Manifest } from '$fresh/server.ts' - -const manifest = { - routes: { - './routes/_404.tsx': $_404, - './routes/_app.tsx': $_app, - './routes/blog/[id].tsx': $blog_id_, - './routes/blog/index.tsx': $blog_index, - './routes/index.tsx': $index, - './routes/machines/[id].tsx': $machines_id_, - './routes/machines/index.tsx': $machines_index, - './routes/membres/[id]/index.tsx': $membres_id_index, - './routes/membres/[id]/portfolio/[...path].tsx': - $membres_id_portfolio_path_, - './routes/membres/index.tsx': $membres_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: { - './islands/AiChatBox.tsx': $AiChatBox, - './islands/MoreBox.tsx': $MoreBox, - './islands/SearchBox.tsx': $SearchBox, - './islands/ThemePicker.tsx': $ThemePicker, - }, - baseUrl: import.meta.url, -} satisfies Manifest - -export default manifest