-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfresh.gen.ts
More file actions
28 lines (25 loc) · 840 Bytes
/
fresh.gen.ts
File metadata and controls
28 lines (25 loc) · 840 Bytes
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/api/list.ts";
import * as $1 from "./routes/api/send.ts";
import * as $2 from "./routes/api/subscribe.ts";
import * as $3 from "./routes/api/unsubscribe.ts";
import * as $4 from "./routes/index.tsx";
import * as $$0 from "./islands/UI.tsx";
const manifest = {
routes: {
"./routes/api/list.ts": $0,
"./routes/api/send.ts": $1,
"./routes/api/subscribe.ts": $2,
"./routes/api/unsubscribe.ts": $3,
"./routes/index.tsx": $4,
},
islands: {
"./islands/UI.tsx": $$0,
},
baseUrl: import.meta.url,
config,
};
export default manifest;