-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfresh.gen.ts
More file actions
74 lines (71 loc) · 3.05 KB
/
Copy pathfresh.gen.ts
File metadata and controls
74 lines (71 loc) · 3.05 KB
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
// 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/artists/[id].ts";
import * as $2 from "./routes/api/charts/countries/[id].ts";
import * as $3 from "./routes/api/charts/genres/[id].ts";
import * as $4 from "./routes/api/charts/index.ts";
import * as $5 from "./routes/api/search/[query].ts";
import * as $6 from "./routes/api/songs/[id].ts";
import * as $7 from "./routes/api/songs/related/[id].ts";
import * as $8 from "./routes/artists/[id].tsx";
import * as $9 from "./routes/discover/[genre].tsx";
import * as $10 from "./routes/index.tsx";
import * as $11 from "./routes/search/[query].tsx";
import * as $12 from "./routes/songs/[id].tsx";
import * as $13 from "./routes/top/artists.tsx";
import * as $14 from "./routes/top/songs.tsx";
import * as $$0 from "./islands/MusicRoutes.tsx";
import * as $$1 from "./islands/Navigation.tsx";
import * as $$2 from "./islands/SearchBar.tsx";
import * as $$3 from "./islands/TopPreview.tsx";
import * as $$4 from "./islands/player/Audio.tsx";
import * as $$5 from "./islands/player/Controls.tsx";
import * as $$6 from "./islands/player/NowPlaying.tsx";
import * as $$7 from "./islands/player/SeekBar.tsx";
import * as $$8 from "./islands/player/SongPlayer.tsx";
import * as $$9 from "./islands/player/Volume.tsx";
import * as $$10 from "./islands/player/buttons/Loop.tsx";
import * as $$11 from "./islands/player/buttons/Next.tsx";
import * as $$12 from "./islands/player/buttons/Playback.tsx";
import * as $$13 from "./islands/player/buttons/Previous.tsx";
import * as $$14 from "./islands/player/buttons/Shuffle.tsx";
const manifest = {
routes: {
"./routes/_app.tsx": $0,
"./routes/api/artists/[id].ts": $1,
"./routes/api/charts/countries/[id].ts": $2,
"./routes/api/charts/genres/[id].ts": $3,
"./routes/api/charts/index.ts": $4,
"./routes/api/search/[query].ts": $5,
"./routes/api/songs/[id].ts": $6,
"./routes/api/songs/related/[id].ts": $7,
"./routes/artists/[id].tsx": $8,
"./routes/discover/[genre].tsx": $9,
"./routes/index.tsx": $10,
"./routes/search/[query].tsx": $11,
"./routes/songs/[id].tsx": $12,
"./routes/top/artists.tsx": $13,
"./routes/top/songs.tsx": $14,
},
islands: {
"./islands/MusicRoutes.tsx": $$0,
"./islands/Navigation.tsx": $$1,
"./islands/SearchBar.tsx": $$2,
"./islands/TopPreview.tsx": $$3,
"./islands/player/Audio.tsx": $$4,
"./islands/player/Controls.tsx": $$5,
"./islands/player/NowPlaying.tsx": $$6,
"./islands/player/SeekBar.tsx": $$7,
"./islands/player/SongPlayer.tsx": $$8,
"./islands/player/Volume.tsx": $$9,
"./islands/player/buttons/Loop.tsx": $$10,
"./islands/player/buttons/Next.tsx": $$11,
"./islands/player/buttons/Playback.tsx": $$12,
"./islands/player/buttons/Previous.tsx": $$13,
"./islands/player/buttons/Shuffle.tsx": $$14,
},
baseUrl: import.meta.url,
};
export default manifest;