|
| 1 | +// DO NOT EDIT. This file is generated by Fresh. |
| 2 | +// This file SHOULD be checked into source version control. |
| 3 | +// This file is automatically updated during development when running `dev.ts`. |
| 4 | + |
| 5 | +import * as $_404 from "./routes/_404.tsx"; |
| 6 | +import * as $_app from "./routes/_app.tsx"; |
| 7 | +import * as $_layout from "./routes/_layout.tsx"; |
| 8 | +import * as $_middleware from "./routes/_middleware.ts"; |
| 9 | +import * as $account_middleware from "./routes/account/_middleware.ts"; |
| 10 | +import * as $account_myshorts from "./routes/account/myshorts.tsx"; |
| 11 | +import * as $callback from "./routes/callback.ts"; |
| 12 | +import * as $index from "./routes/index.tsx"; |
| 13 | +import * as $s_id_ from "./routes/s/[id].tsx"; |
| 14 | +import * as $signin from "./routes/signin.ts"; |
| 15 | +import * as $signout from "./routes/signout.ts"; |
| 16 | +import * as $Short from "./islands/Short.tsx"; |
| 17 | +import { type Manifest } from "$fresh/server.ts"; |
| 18 | + |
| 19 | +const manifest = { |
| 20 | + routes: { |
| 21 | + "./routes/_404.tsx": $_404, |
| 22 | + "./routes/_app.tsx": $_app, |
| 23 | + "./routes/_layout.tsx": $_layout, |
| 24 | + "./routes/_middleware.ts": $_middleware, |
| 25 | + "./routes/account/_middleware.ts": $account_middleware, |
| 26 | + "./routes/account/myshorts.tsx": $account_myshorts, |
| 27 | + "./routes/callback.ts": $callback, |
| 28 | + "./routes/index.tsx": $index, |
| 29 | + "./routes/s/[id].tsx": $s_id_, |
| 30 | + "./routes/signin.ts": $signin, |
| 31 | + "./routes/signout.ts": $signout, |
| 32 | + }, |
| 33 | + islands: { |
| 34 | + "./islands/Short.tsx": $Short, |
| 35 | + }, |
| 36 | + baseUrl: import.meta.url, |
| 37 | +} satisfies Manifest; |
| 38 | + |
| 39 | +export default manifest; |
0 commit comments