61 lines
2.1 KiB
TypeScript
61 lines
2.1 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 config from "./deno.json" assert { type: "json" };
|
|
import * as $0 from "./routes/[name].tsx";
|
|
import * as $1 from "./routes/_404.tsx";
|
|
import * as $2 from "./routes/_500.tsx";
|
|
import * as $3 from "./routes/_middleware.ts";
|
|
import * as $4 from "./routes/about.tsx";
|
|
import * as $5 from "./routes/api/joke.ts";
|
|
import * as $6 from "./routes/api/random-uuid.ts";
|
|
import * as $7 from "./routes/countdown.tsx";
|
|
import * as $8 from "./routes/dashboard.tsx";
|
|
import * as $9 from "./routes/github/[username].tsx";
|
|
import * as $10 from "./routes/index.tsx";
|
|
import * as $11 from "./routes/login.tsx";
|
|
import * as $12 from "./routes/logout.tsx";
|
|
import * as $13 from "./routes/note.tsx";
|
|
import * as $14 from "./routes/note/[id].tsx";
|
|
import * as $15 from "./routes/note/create.tsx";
|
|
import * as $16 from "./routes/plain.ts";
|
|
import * as $17 from "./routes/register.tsx";
|
|
import * as $18 from "./routes/route-config-example.tsx";
|
|
import * as $19 from "./routes/search.tsx";
|
|
import * as $$0 from "./islands/Countdown.tsx";
|
|
import * as $$1 from "./islands/Counter.tsx";
|
|
|
|
const manifest = {
|
|
routes: {
|
|
"./routes/[name].tsx": $0,
|
|
"./routes/_404.tsx": $1,
|
|
"./routes/_500.tsx": $2,
|
|
"./routes/_middleware.ts": $3,
|
|
"./routes/about.tsx": $4,
|
|
"./routes/api/joke.ts": $5,
|
|
"./routes/api/random-uuid.ts": $6,
|
|
"./routes/countdown.tsx": $7,
|
|
"./routes/dashboard.tsx": $8,
|
|
"./routes/github/[username].tsx": $9,
|
|
"./routes/index.tsx": $10,
|
|
"./routes/login.tsx": $11,
|
|
"./routes/logout.tsx": $12,
|
|
"./routes/note.tsx": $13,
|
|
"./routes/note/[id].tsx": $14,
|
|
"./routes/note/create.tsx": $15,
|
|
"./routes/plain.ts": $16,
|
|
"./routes/register.tsx": $17,
|
|
"./routes/route-config-example.tsx": $18,
|
|
"./routes/search.tsx": $19,
|
|
},
|
|
islands: {
|
|
"./islands/Countdown.tsx": $$0,
|
|
"./islands/Counter.tsx": $$1,
|
|
},
|
|
baseUrl: import.meta.url,
|
|
config,
|
|
};
|
|
|
|
export default manifest;
|