-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
28 lines (25 loc) · 878 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
// 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/blog/[slug].tsx";
import * as $1 from "./routes/blog/index.tsx";
import * as $2 from "./routes/index.tsx";
import * as $$0 from "./islands/Boilerplates.tsx";
import * as $$1 from "./islands/EmbedCode.tsx";
import * as $$2 from "./islands/NotificationBar.tsx";
const manifest = {
routes: {
"./routes/blog/[slug].tsx": $0,
"./routes/blog/index.tsx": $1,
"./routes/index.tsx": $2,
},
islands: {
"./islands/Boilerplates.tsx": $$0,
"./islands/EmbedCode.tsx": $$1,
"./islands/NotificationBar.tsx": $$2,
},
baseUrl: import.meta.url,
config,
};
export default manifest;