forked from denoland/saaskit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
76 lines (73 loc) · 2.87 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
// 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/_500.tsx";
import * as $2 from "./routes/_app.tsx";
import * as $3 from "./routes/_middleware.ts";
import * as $4 from "./routes/account/_middleware.ts";
import * as $5 from "./routes/account/index.tsx";
import * as $6 from "./routes/account/manage.ts";
import * as $7 from "./routes/account/upgrade.ts";
import * as $8 from "./routes/api/stripe-webhooks.ts";
import * as $9 from "./routes/api/vote.ts";
import * as $10 from "./routes/blog/[slug].tsx";
import * as $11 from "./routes/blog/index.tsx";
import * as $12 from "./routes/callback.ts";
import * as $13 from "./routes/dashboard/_middleware.ts";
import * as $14 from "./routes/dashboard/index.tsx";
import * as $15 from "./routes/dashboard/stats.tsx";
import * as $16 from "./routes/dashboard/users.tsx";
import * as $17 from "./routes/feed.ts";
import * as $18 from "./routes/index.tsx";
import * as $19 from "./routes/item/[id].tsx";
import * as $20 from "./routes/notifications/[id].ts";
import * as $21 from "./routes/notifications/_middleware.ts";
import * as $22 from "./routes/notifications/index.tsx";
import * as $23 from "./routes/pricing.tsx";
import * as $24 from "./routes/signin.ts";
import * as $25 from "./routes/signout.ts";
import * as $26 from "./routes/submit.tsx";
import * as $27 from "./routes/user/[login].tsx";
import * as $$0 from "./islands/Chart.tsx";
import * as $$1 from "./islands/PageInput.tsx";
import * as $$2 from "./islands/VoteButton.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_500.tsx": $1,
"./routes/_app.tsx": $2,
"./routes/_middleware.ts": $3,
"./routes/account/_middleware.ts": $4,
"./routes/account/index.tsx": $5,
"./routes/account/manage.ts": $6,
"./routes/account/upgrade.ts": $7,
"./routes/api/stripe-webhooks.ts": $8,
"./routes/api/vote.ts": $9,
"./routes/blog/[slug].tsx": $10,
"./routes/blog/index.tsx": $11,
"./routes/callback.ts": $12,
"./routes/dashboard/_middleware.ts": $13,
"./routes/dashboard/index.tsx": $14,
"./routes/dashboard/stats.tsx": $15,
"./routes/dashboard/users.tsx": $16,
"./routes/feed.ts": $17,
"./routes/index.tsx": $18,
"./routes/item/[id].tsx": $19,
"./routes/notifications/[id].ts": $20,
"./routes/notifications/_middleware.ts": $21,
"./routes/notifications/index.tsx": $22,
"./routes/pricing.tsx": $23,
"./routes/signin.ts": $24,
"./routes/signout.ts": $25,
"./routes/submit.tsx": $26,
"./routes/user/[login].tsx": $27,
},
islands: {
"./islands/Chart.tsx": $$0,
"./islands/PageInput.tsx": $$1,
"./islands/VoteButton.tsx": $$2,
},
baseUrl: import.meta.url,
};
export default manifest;