52 lines
1.9 KiB
TypeScript
52 lines
1.9 KiB
TypeScript
// 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 $admin from './routes/admin.tsx'
|
|
import * as $api_joke from './routes/api/joke.ts'
|
|
import * as $api_tasks from './routes/api/tasks.ts'
|
|
import * as $api_todo from './routes/api/todo.ts'
|
|
import * as $api_todo_done from './routes/api/todo/done.ts'
|
|
import * as $api_user from './routes/api/user.ts'
|
|
import * as $greet_name_ from './routes/greet/[name].tsx'
|
|
import * as $index from './routes/index.tsx'
|
|
import * as $routine from './routes/routine.tsx'
|
|
import * as $Admin from './islands/Admin.tsx'
|
|
import * as $Clock from './islands/Clock.tsx'
|
|
import * as $Counter from './islands/Counter.tsx'
|
|
import * as $Dashboard from './islands/Dashboard.tsx'
|
|
import * as $Nav from './islands/Nav.tsx'
|
|
import * as $Routine from './islands/Routine.tsx'
|
|
import * as $TodoList from './islands/TodoList.tsx'
|
|
import { type Manifest } from '$fresh/server.ts'
|
|
|
|
const manifest = {
|
|
routes: {
|
|
'./routes/_404.tsx': $_404,
|
|
'./routes/_app.tsx': $_app,
|
|
'./routes/admin.tsx': $admin,
|
|
'./routes/api/joke.ts': $api_joke,
|
|
'./routes/api/tasks.ts': $api_tasks,
|
|
'./routes/api/todo.ts': $api_todo,
|
|
'./routes/api/todo/done.ts': $api_todo_done,
|
|
'./routes/api/user.ts': $api_user,
|
|
'./routes/greet/[name].tsx': $greet_name_,
|
|
'./routes/index.tsx': $index,
|
|
'./routes/routine.tsx': $routine,
|
|
},
|
|
islands: {
|
|
'./islands/Admin.tsx': $Admin,
|
|
'./islands/Clock.tsx': $Clock,
|
|
'./islands/Counter.tsx': $Counter,
|
|
'./islands/Dashboard.tsx': $Dashboard,
|
|
'./islands/Nav.tsx': $Nav,
|
|
'./islands/Routine.tsx': $Routine,
|
|
'./islands/TodoList.tsx': $TodoList,
|
|
},
|
|
baseUrl: import.meta.url,
|
|
} satisfies Manifest
|
|
|
|
export default manifest
|