forked from denoland/saaskit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
70 lines (67 loc) · 2.63 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
// 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/account/index.tsx";
import * as $4 from "./routes/account/manage.ts";
import * as $5 from "./routes/account/upgrade.ts";
import * as $6 from "./routes/api/items/[id].ts";
import * as $7 from "./routes/api/items/index.ts";
import * as $8 from "./routes/api/me/votes.ts";
import * as $9 from "./routes/api/stripe-webhooks.ts";
import * as $10 from "./routes/api/users/[login]/index.ts";
import * as $11 from "./routes/api/users/[login]/items.ts";
import * as $12 from "./routes/api/users/index.ts";
import * as $13 from "./routes/api/vote.ts";
import * as $14 from "./routes/blog/[slug].tsx";
import * as $15 from "./routes/blog/index.tsx";
import * as $16 from "./routes/dashboard/index.tsx";
import * as $17 from "./routes/dashboard/stats.tsx";
import * as $18 from "./routes/dashboard/users.tsx";
import * as $19 from "./routes/feed.ts";
import * as $20 from "./routes/index.tsx";
import * as $21 from "./routes/pricing.tsx";
import * as $22 from "./routes/submit.tsx";
import * as $23 from "./routes/users/[login].tsx";
import * as $24 from "./routes/welcome.tsx";
import * as $$0 from "./islands/Chart.tsx";
import * as $$1 from "./islands/ItemsList.tsx";
import * as $$2 from "./islands/UsersTable.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_500.tsx": $1,
"./routes/_app.tsx": $2,
"./routes/account/index.tsx": $3,
"./routes/account/manage.ts": $4,
"./routes/account/upgrade.ts": $5,
"./routes/api/items/[id].ts": $6,
"./routes/api/items/index.ts": $7,
"./routes/api/me/votes.ts": $8,
"./routes/api/stripe-webhooks.ts": $9,
"./routes/api/users/[login]/index.ts": $10,
"./routes/api/users/[login]/items.ts": $11,
"./routes/api/users/index.ts": $12,
"./routes/api/vote.ts": $13,
"./routes/blog/[slug].tsx": $14,
"./routes/blog/index.tsx": $15,
"./routes/dashboard/index.tsx": $16,
"./routes/dashboard/stats.tsx": $17,
"./routes/dashboard/users.tsx": $18,
"./routes/feed.ts": $19,
"./routes/index.tsx": $20,
"./routes/pricing.tsx": $21,
"./routes/submit.tsx": $22,
"./routes/users/[login].tsx": $23,
"./routes/welcome.tsx": $24,
},
islands: {
"./islands/Chart.tsx": $$0,
"./islands/ItemsList.tsx": $$1,
"./islands/UsersTable.tsx": $$2,
},
baseUrl: import.meta.url,
};
export default manifest;