homeman-deno/fresh.gen.ts

40 lines
1.3 KiB
TypeScript
Raw Normal View History

2024-01-05 13:22:56 -06:00
// 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'
2024-01-07 02:24:36 -06:00
import * as $admin from './routes/admin.tsx'
2024-01-05 13:22:56 -06:00
import * as $api_joke from './routes/api/joke.ts'
2024-01-07 10:55:18 -06:00
import * as $api_todo from './routes/api/todo.ts'
import * as $api_user from './routes/api/user.ts'
2024-01-05 13:22:56 -06:00
import * as $greet_name_ from './routes/greet/[name].tsx'
import * as $index from './routes/index.tsx'
2024-01-07 02:24:36 -06:00
import * as $Admin from './islands/Admin.tsx'
import * as $Clock from './islands/Clock.tsx'
2024-01-05 13:22:56 -06:00
import * as $Counter from './islands/Counter.tsx'
2024-01-09 23:06:44 -06:00
import * as $TodoList from './islands/TodoList.tsx'
2024-01-05 13:22:56 -06:00
import { type Manifest } from '$fresh/server.ts'
const manifest = {
routes: {
'./routes/_404.tsx': $_404,
'./routes/_app.tsx': $_app,
2024-01-07 02:24:36 -06:00
'./routes/admin.tsx': $admin,
2024-01-05 13:22:56 -06:00
'./routes/api/joke.ts': $api_joke,
2024-01-07 10:55:18 -06:00
'./routes/api/todo.ts': $api_todo,
'./routes/api/user.ts': $api_user,
2024-01-05 13:22:56 -06:00
'./routes/greet/[name].tsx': $greet_name_,
'./routes/index.tsx': $index,
},
islands: {
2024-01-07 02:24:36 -06:00
'./islands/Admin.tsx': $Admin,
'./islands/Clock.tsx': $Clock,
2024-01-05 13:22:56 -06:00
'./islands/Counter.tsx': $Counter,
2024-01-09 23:06:44 -06:00
'./islands/TodoList.tsx': $TodoList,
2024-01-05 13:22:56 -06:00
},
baseUrl: import.meta.url,
} satisfies Manifest
export default manifest