-
Notifications
You must be signed in to change notification settings - Fork 6
/
fresh.gen.ts
30 lines (27 loc) · 980 Bytes
/
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
// 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/shopify.ts";
import * as $2 from "./routes/index.tsx";
import * as $3 from "./routes/products/[product].tsx";
import * as $$0 from "./islands/LoginMenu.tsx";
import * as $$1 from "./islands/ProductAction.tsx";
import * as $$2 from "./islands/ProductDetails.tsx";
import * as $$3 from "./islands/StarGazers.tsx";
const manifest = {
routes: {
"./routes/_app.tsx": $0,
"./routes/api/shopify.ts": $1,
"./routes/index.tsx": $2,
"./routes/products/[product].tsx": $3,
},
islands: {
"./islands/LoginMenu.tsx": $$0,
"./islands/ProductAction.tsx": $$1,
"./islands/ProductDetails.tsx": $$2,
"./islands/StarGazers.tsx": $$3,
},
baseUrl: import.meta.url,
};
export default manifest;