freshter-logs/fresh.gen.ts
2023-04-28 19:48:34 -04:00

47 lines
1.6 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/[conversation_id].tsx";
import * as $1 from "./routes/[conversation_id]/i/index.tsx";
import * as $2 from "./routes/_404.tsx";
import * as $3 from "./routes/_500.tsx";
import * as $4 from "./routes/api/conv/[id].ts";
import * as $5 from "./routes/api/conv/index.ts";
import * as $6 from "./routes/api/db/index.ts";
import * as $7 from "./routes/api/joke.ts";
import * as $8 from "./routes/api/msg/[id].ts";
import * as $9 from "./routes/api/msg/index.ts";
import * as $10 from "./routes/index.tsx";
import * as $11 from "./routes/m/[message_id].tsx";
import * as $$0 from "./islands/Counter.tsx";
import * as $$1 from "./islands/Home.tsx";
import * as $$2 from "./islands/Interactive.tsx";
const manifest = {
routes: {
"./routes/[conversation_id].tsx": $0,
"./routes/[conversation_id]/i/index.tsx": $1,
"./routes/_404.tsx": $2,
"./routes/_500.tsx": $3,
"./routes/api/conv/[id].ts": $4,
"./routes/api/conv/index.ts": $5,
"./routes/api/db/index.ts": $6,
"./routes/api/joke.ts": $7,
"./routes/api/msg/[id].ts": $8,
"./routes/api/msg/index.ts": $9,
"./routes/index.tsx": $10,
"./routes/m/[message_id].tsx": $11,
},
islands: {
"./islands/Counter.tsx": $$0,
"./islands/Home.tsx": $$1,
"./islands/Interactive.tsx": $$2,
},
baseUrl: import.meta.url,
config,
};
export default manifest;