-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
37 lines (34 loc) · 1.21 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
37
// 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/_404.tsx";
import * as $1 from "./routes/_app.tsx";
import * as $2 from "./routes/_middleware.ts";
import * as $3 from "./routes/api/joke.ts";
import * as $4 from "./routes/auth/_middleware.ts";
import * as $5 from "./routes/auth/secret.tsx";
import * as $6 from "./routes/email_confirm.tsx";
import * as $7 from "./routes/greet/[name].tsx";
import * as $8 from "./routes/index.tsx";
import * as $9 from "./routes/login.tsx";
import * as $10 from "./routes/logout.ts";
import * as $11 from "./routes/signup.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_app.tsx": $1,
"./routes/_middleware.ts": $2,
"./routes/api/joke.ts": $3,
"./routes/auth/_middleware.ts": $4,
"./routes/auth/secret.tsx": $5,
"./routes/email_confirm.tsx": $6,
"./routes/greet/[name].tsx": $7,
"./routes/index.tsx": $8,
"./routes/login.tsx": $9,
"./routes/logout.ts": $10,
"./routes/signup.tsx": $11,
},
islands: {},
baseUrl: import.meta.url,
};
export default manifest;