forked from teamhanko/hanko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
36 lines (33 loc) · 1.15 KB
/
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
33
34
35
36
// 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 * as $0 from "./routes/_app.tsx";
import * as $1 from "./routes/api/_middleware.ts";
import * as $2 from "./routes/api/todo/[id].ts";
import * as $3 from "./routes/api/todo/index.ts";
import * as $4 from "./routes/index.tsx";
import * as $5 from "./routes/profile.tsx";
import * as $6 from "./routes/todo.tsx";
import * as $$0 from "./islands/Login.tsx";
import * as $$1 from "./islands/LogoutButton.tsx";
import * as $$2 from "./islands/Profile.tsx";
import * as $$3 from "./islands/TodoList.tsx";
const manifest = {
routes: {
"./routes/_app.tsx": $0,
"./routes/api/_middleware.ts": $1,
"./routes/api/todo/[id].ts": $2,
"./routes/api/todo/index.ts": $3,
"./routes/index.tsx": $4,
"./routes/profile.tsx": $5,
"./routes/todo.tsx": $6,
},
islands: {
"./islands/Login.tsx": $$0,
"./islands/LogoutButton.tsx": $$1,
"./islands/Profile.tsx": $$2,
"./islands/TodoList.tsx": $$3,
},
baseUrl: import.meta.url,
};
export default manifest;