-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
51 lines (48 loc) · 2.2 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
// 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 $_app from "./routes/_app.tsx";
import * as $api_db_bycountry_country_ from "./routes/api/db/bycountry/[country].ts";
import * as $api_db_bylanguage_language_ from "./routes/api/db/bylanguage/[language].ts";
import * as $api_db_byname_name_ from "./routes/api/db/byname/[name].ts";
import * as $api_db_topclick from "./routes/api/db/topclick.ts";
import * as $api_handlesrc from "./routes/api/handlesrc.ts";
import * as $byCountry_country_ from "./routes/byCountry/[country].tsx";
import * as $fav from "./routes/fav.tsx";
import * as $index from "./routes/index.tsx";
import * as $map from "./routes/map.tsx";
import * as $search from "./routes/search.tsx";
import * as $top from "./routes/top.tsx";
import * as $FavStations from "./islands/FavStations.tsx";
import * as $Map from "./islands/Map.tsx";
import * as $StatioMain from "./islands/StatioMain.tsx";
import * as $StationSearch from "./islands/StationSearch.tsx";
import * as $Stations from "./islands/Stations.tsx";
import * as $TopStations from "./islands/TopStations.tsx";
import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_app.tsx": $_app,
"./routes/api/db/bycountry/[country].ts": $api_db_bycountry_country_,
"./routes/api/db/bylanguage/[language].ts": $api_db_bylanguage_language_,
"./routes/api/db/byname/[name].ts": $api_db_byname_name_,
"./routes/api/db/topclick.ts": $api_db_topclick,
"./routes/api/handlesrc.ts": $api_handlesrc,
"./routes/byCountry/[country].tsx": $byCountry_country_,
"./routes/fav.tsx": $fav,
"./routes/index.tsx": $index,
"./routes/map.tsx": $map,
"./routes/search.tsx": $search,
"./routes/top.tsx": $top,
},
islands: {
"./islands/FavStations.tsx": $FavStations,
"./islands/Map.tsx": $Map,
"./islands/StatioMain.tsx": $StatioMain,
"./islands/StationSearch.tsx": $StationSearch,
"./islands/Stations.tsx": $Stations,
"./islands/TopStations.tsx": $TopStations,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;