-
Notifications
You must be signed in to change notification settings - Fork 1
/
fresh.gen.ts
28 lines (25 loc) · 884 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
// 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/[serverparam].tsx";
import * as $1 from "./routes/heroes.ts";
import * as $2 from "./routes/heroes/[id].tsx";
import * as $3 from "./routes/heroes/total.tsx";
import * as $4 from "./routes/index.tsx";
import * as $$0 from "./islands/CreateForm.tsx";
import * as $$1 from "./islands/HeroesScroller.tsx";
const manifest = {
routes: {
"./routes/[serverparam].tsx": $0,
"./routes/heroes.ts": $1,
"./routes/heroes/[id].tsx": $2,
"./routes/heroes/total.tsx": $3,
"./routes/index.tsx": $4,
},
islands: {
"./islands/CreateForm.tsx": $$0,
"./islands/HeroesScroller.tsx": $$1,
},
baseUrl: import.meta.url,
};
export default manifest;