ls-deno/fresh.gen.ts

69 lines
2.4 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/_app.tsx";
import * as $4 from "./routes/_middleware.tsx";
import * as $5 from "./routes/about.tsx";
import * as $6 from "./routes/api/joke.ts";
import * as $7 from "./routes/api/random-uuid.ts";
import * as $8 from "./routes/countdown.tsx";
import * as $9 from "./routes/dashboard.tsx";
import * as $10 from "./routes/github/[username].tsx";
import * as $11 from "./routes/index.tsx";
import * as $12 from "./routes/login.tsx";
import * as $13 from "./routes/logout.tsx";
import * as $14 from "./routes/note.tsx";
import * as $15 from "./routes/note/[id].tsx";
import * as $16 from "./routes/note/create.tsx";
import * as $17 from "./routes/plain.ts";
import * as $18 from "./routes/profile.tsx";
import * as $19 from "./routes/register.tsx";
import * as $20 from "./routes/route-config-example.tsx";
import * as $21 from "./routes/search.tsx";
import * as $22 from "./routes/team/[id].tsx";
import * as $23 from "./routes/user/[id].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/_app.tsx": $3,
"./routes/_middleware.tsx": $4,
"./routes/about.tsx": $5,
"./routes/api/joke.ts": $6,
"./routes/api/random-uuid.ts": $7,
"./routes/countdown.tsx": $8,
"./routes/dashboard.tsx": $9,
"./routes/github/[username].tsx": $10,
"./routes/index.tsx": $11,
"./routes/login.tsx": $12,
"./routes/logout.tsx": $13,
"./routes/note.tsx": $14,
"./routes/note/[id].tsx": $15,
"./routes/note/create.tsx": $16,
"./routes/plain.ts": $17,
"./routes/profile.tsx": $18,
"./routes/register.tsx": $19,
"./routes/route-config-example.tsx": $20,
"./routes/search.tsx": $21,
"./routes/team/[id].tsx": $22,
"./routes/user/[id].tsx": $23,
},
islands: {
"./islands/Countdown.tsx": $$0,
"./islands/Counter.tsx": $$1,
},
baseUrl: import.meta.url,
config,
};
export default manifest;