forked from denoland/fresh-blog-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
29 lines (26 loc) · 941 Bytes
/
fresh.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 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" with { type: "json" };
import * as $0 from "./routes/[slug].tsx";
import * as $1 from "./routes/arxiv-hauls.tsx";
import * as $2 from "./routes/index.tsx";
import * as $3 from "./routes/rss/feed.tsx";
import * as $4 from "./routes/rss/topics/[slug].tsx";
import * as $5 from "./routes/sitemap.xml.tsx";
import * as $6 from "./routes/topics/[slug].tsx";
const manifest = {
routes: {
"./routes/[slug].tsx": $0,
"./routes/arxiv-hauls.tsx": $1,
"./routes/index.tsx": $2,
"./routes/rss/feed.tsx": $3,
"./routes/rss/topics/[slug].tsx": $4,
"./routes/sitemap.xml.tsx": $5,
"./routes/topics/[slug].tsx": $6,
},
islands: {},
baseUrl: import.meta.url,
config,
};
export default manifest;