feat: add loading of recommendations to movie page
This commit is contained in:
78
fresh.gen.ts
78
fresh.gen.ts
@@ -26,23 +26,25 @@ import * as $20 from "./routes/api/query/sync.ts";
|
||||
import * as $21 from "./routes/api/recipes/[name].ts";
|
||||
import * as $22 from "./routes/api/recipes/index.ts";
|
||||
import * as $23 from "./routes/api/recommendation/all.ts";
|
||||
import * as $24 from "./routes/api/recommendation/index.ts";
|
||||
import * as $25 from "./routes/api/resources.ts";
|
||||
import * as $26 from "./routes/api/series/[name].ts";
|
||||
import * as $27 from "./routes/api/series/enhance/[name].ts";
|
||||
import * as $28 from "./routes/api/series/index.ts";
|
||||
import * as $29 from "./routes/api/tmdb/[id].ts";
|
||||
import * as $30 from "./routes/api/tmdb/credits/[id].ts";
|
||||
import * as $31 from "./routes/api/tmdb/query.ts";
|
||||
import * as $32 from "./routes/articles/[name].tsx";
|
||||
import * as $33 from "./routes/articles/index.tsx";
|
||||
import * as $34 from "./routes/index.tsx";
|
||||
import * as $35 from "./routes/movies/[name].tsx";
|
||||
import * as $36 from "./routes/movies/index.tsx";
|
||||
import * as $37 from "./routes/recipes/[name].tsx";
|
||||
import * as $38 from "./routes/recipes/index.tsx";
|
||||
import * as $39 from "./routes/series/[name].tsx";
|
||||
import * as $40 from "./routes/series/index.tsx";
|
||||
import * as $24 from "./routes/api/recommendation/data.ts";
|
||||
import * as $25 from "./routes/api/recommendation/index.ts";
|
||||
import * as $26 from "./routes/api/recommendation/movie/[id].ts";
|
||||
import * as $27 from "./routes/api/resources.ts";
|
||||
import * as $28 from "./routes/api/series/[name].ts";
|
||||
import * as $29 from "./routes/api/series/enhance/[name].ts";
|
||||
import * as $30 from "./routes/api/series/index.ts";
|
||||
import * as $31 from "./routes/api/tmdb/[id].ts";
|
||||
import * as $32 from "./routes/api/tmdb/credits/[id].ts";
|
||||
import * as $33 from "./routes/api/tmdb/query.ts";
|
||||
import * as $34 from "./routes/articles/[name].tsx";
|
||||
import * as $35 from "./routes/articles/index.tsx";
|
||||
import * as $36 from "./routes/index.tsx";
|
||||
import * as $37 from "./routes/movies/[name].tsx";
|
||||
import * as $38 from "./routes/movies/index.tsx";
|
||||
import * as $39 from "./routes/recipes/[name].tsx";
|
||||
import * as $40 from "./routes/recipes/index.tsx";
|
||||
import * as $41 from "./routes/series/[name].tsx";
|
||||
import * as $42 from "./routes/series/index.tsx";
|
||||
import * as $$0 from "./islands/Counter.tsx";
|
||||
import * as $$1 from "./islands/IngredientsList.tsx";
|
||||
import * as $$2 from "./islands/KMenu.tsx";
|
||||
@@ -54,7 +56,8 @@ import * as $$7 from "./islands/KMenu/commands/create_movie.ts";
|
||||
import * as $$8 from "./islands/KMenu/commands/create_recommendations.ts";
|
||||
import * as $$9 from "./islands/KMenu/commands/create_series.ts";
|
||||
import * as $$10 from "./islands/KMenu/types.ts";
|
||||
import * as $$11 from "./islands/Search.tsx";
|
||||
import * as $$11 from "./islands/Recommendations.tsx";
|
||||
import * as $$12 from "./islands/Search.tsx";
|
||||
|
||||
const manifest = {
|
||||
routes: {
|
||||
@@ -82,23 +85,25 @@ const manifest = {
|
||||
"./routes/api/recipes/[name].ts": $21,
|
||||
"./routes/api/recipes/index.ts": $22,
|
||||
"./routes/api/recommendation/all.ts": $23,
|
||||
"./routes/api/recommendation/index.ts": $24,
|
||||
"./routes/api/resources.ts": $25,
|
||||
"./routes/api/series/[name].ts": $26,
|
||||
"./routes/api/series/enhance/[name].ts": $27,
|
||||
"./routes/api/series/index.ts": $28,
|
||||
"./routes/api/tmdb/[id].ts": $29,
|
||||
"./routes/api/tmdb/credits/[id].ts": $30,
|
||||
"./routes/api/tmdb/query.ts": $31,
|
||||
"./routes/articles/[name].tsx": $32,
|
||||
"./routes/articles/index.tsx": $33,
|
||||
"./routes/index.tsx": $34,
|
||||
"./routes/movies/[name].tsx": $35,
|
||||
"./routes/movies/index.tsx": $36,
|
||||
"./routes/recipes/[name].tsx": $37,
|
||||
"./routes/recipes/index.tsx": $38,
|
||||
"./routes/series/[name].tsx": $39,
|
||||
"./routes/series/index.tsx": $40,
|
||||
"./routes/api/recommendation/data.ts": $24,
|
||||
"./routes/api/recommendation/index.ts": $25,
|
||||
"./routes/api/recommendation/movie/[id].ts": $26,
|
||||
"./routes/api/resources.ts": $27,
|
||||
"./routes/api/series/[name].ts": $28,
|
||||
"./routes/api/series/enhance/[name].ts": $29,
|
||||
"./routes/api/series/index.ts": $30,
|
||||
"./routes/api/tmdb/[id].ts": $31,
|
||||
"./routes/api/tmdb/credits/[id].ts": $32,
|
||||
"./routes/api/tmdb/query.ts": $33,
|
||||
"./routes/articles/[name].tsx": $34,
|
||||
"./routes/articles/index.tsx": $35,
|
||||
"./routes/index.tsx": $36,
|
||||
"./routes/movies/[name].tsx": $37,
|
||||
"./routes/movies/index.tsx": $38,
|
||||
"./routes/recipes/[name].tsx": $39,
|
||||
"./routes/recipes/index.tsx": $40,
|
||||
"./routes/series/[name].tsx": $41,
|
||||
"./routes/series/index.tsx": $42,
|
||||
},
|
||||
islands: {
|
||||
"./islands/Counter.tsx": $$0,
|
||||
@@ -112,7 +117,8 @@ const manifest = {
|
||||
"./islands/KMenu/commands/create_recommendations.ts": $$8,
|
||||
"./islands/KMenu/commands/create_series.ts": $$9,
|
||||
"./islands/KMenu/types.ts": $$10,
|
||||
"./islands/Search.tsx": $$11,
|
||||
"./islands/Recommendations.tsx": $$11,
|
||||
"./islands/Search.tsx": $$12,
|
||||
},
|
||||
baseUrl: import.meta.url,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user