bank/fresh.gen.ts

32 lines
1 KiB
TypeScript
Raw Normal View History

2024-08-23 23:14:39 -05: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'
import * as $api_joke from './routes/api/joke.ts'
import * as $greet_name_ from './routes/greet/[name].tsx'
import * as $index from './routes/index.tsx'
2024-08-24 11:31:45 -05:00
import * as $BudgetCard from './islands/BudgetCard.tsx'
2024-08-23 23:14:39 -05:00
import * as $Counter from './islands/Counter.tsx'
2024-08-24 07:54:43 -05:00
import * as $Dashboard from './islands/Dashboard.tsx'
2024-08-23 23:14:39 -05:00
import { type Manifest } from '$fresh/server.ts'
const manifest = {
routes: {
'./routes/_404.tsx': $_404,
'./routes/_app.tsx': $_app,
'./routes/api/joke.ts': $api_joke,
'./routes/greet/[name].tsx': $greet_name_,
'./routes/index.tsx': $index,
},
islands: {
2024-08-24 11:31:45 -05:00
'./islands/BudgetCard.tsx': $BudgetCard,
2024-08-23 23:14:39 -05:00
'./islands/Counter.tsx': $Counter,
2024-08-24 07:54:43 -05:00
'./islands/Dashboard.tsx': $Dashboard,
2024-08-23 23:14:39 -05:00
},
baseUrl: import.meta.url,
} satisfies Manifest
export default manifest