-
Notifications
You must be signed in to change notification settings - Fork 6
/
fresh.gen.ts
32 lines (29 loc) · 974 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
30
31
32
// 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/404.tsx";
import * as $1 from "./routes/500.tsx";
import * as $2 from "./routes/[slug].tsx";
import * as $3 from "./routes/_app.tsx";
import * as $4 from "./routes/api/shorten.ts";
import * as $5 from "./routes/index.tsx";
import * as $6 from "./routes/shorten.tsx";
import * as $$0 from "./islands/RedirectIsland.tsx";
const manifest = {
routes: {
"./routes/404.tsx": $0,
"./routes/500.tsx": $1,
"./routes/[slug].tsx": $2,
"./routes/_app.tsx": $3,
"./routes/api/shorten.ts": $4,
"./routes/index.tsx": $5,
"./routes/shorten.tsx": $6,
},
islands: {
"./islands/RedirectIsland.tsx": $$0,
},
baseUrl: import.meta.url,
config,
};
export default manifest;