memorium/fresh.gen.ts

127 lines
5.5 KiB
TypeScript
Raw Normal View History

2023-08-17 20:59:52 +02:00
// DO NOT EDIT. This file is generated by Fresh.
2023-07-26 13:47:01 +02:00
// 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/_404.tsx";
import * as $1 from "./routes/_app.tsx";
2023-09-08 13:33:29 +02:00
import * as $2 from "./routes/_layout.tsx";
import * as $3 from "./routes/_middleware.ts";
import * as $4 from "./routes/admin/log/index.tsx";
import * as $5 from "./routes/admin/performance/index.tsx";
import * as $6 from "./routes/api/articles/[name].ts";
import * as $7 from "./routes/api/articles/create/index.ts";
import * as $8 from "./routes/api/articles/index.ts";
import * as $9 from "./routes/api/auth/callback.ts";
import * as $10 from "./routes/api/auth/login.ts";
import * as $11 from "./routes/api/auth/logout.ts";
import * as $12 from "./routes/api/cache/index.ts";
import * as $13 from "./routes/api/images/index.ts";
import * as $14 from "./routes/api/index.ts";
import * as $15 from "./routes/api/logs.ts";
import * as $16 from "./routes/api/movies/[name].ts";
import * as $17 from "./routes/api/movies/enhance/[name].ts";
import * as $18 from "./routes/api/movies/index.ts";
import * as $19 from "./routes/api/query/index.ts";
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/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";
2023-07-26 13:47:01 +02:00
import * as $$0 from "./islands/Counter.tsx";
2023-07-30 19:40:39 +02:00
import * as $$1 from "./islands/IngredientsList.tsx";
2023-07-31 04:19:04 +02:00
import * as $$2 from "./islands/KMenu.tsx";
import * as $$3 from "./islands/KMenu/commands.ts";
2023-08-04 13:48:12 +02:00
import * as $$4 from "./islands/KMenu/commands/add_movie_infos.ts";
2023-08-08 11:03:20 +02:00
import * as $$5 from "./islands/KMenu/commands/add_series_infos.ts";
import * as $$6 from "./islands/KMenu/commands/create_article.ts";
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/Recommendations.tsx";
import * as $$12 from "./islands/Search.tsx";
2023-07-26 13:47:01 +02:00
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_app.tsx": $1,
2023-09-08 13:33:29 +02:00
"./routes/_layout.tsx": $2,
"./routes/_middleware.ts": $3,
"./routes/admin/log/index.tsx": $4,
"./routes/admin/performance/index.tsx": $5,
"./routes/api/articles/[name].ts": $6,
"./routes/api/articles/create/index.ts": $7,
"./routes/api/articles/index.ts": $8,
"./routes/api/auth/callback.ts": $9,
"./routes/api/auth/login.ts": $10,
"./routes/api/auth/logout.ts": $11,
"./routes/api/cache/index.ts": $12,
"./routes/api/images/index.ts": $13,
"./routes/api/index.ts": $14,
"./routes/api/logs.ts": $15,
"./routes/api/movies/[name].ts": $16,
"./routes/api/movies/enhance/[name].ts": $17,
"./routes/api/movies/index.ts": $18,
"./routes/api/query/index.ts": $19,
"./routes/api/query/sync.ts": $20,
"./routes/api/recipes/[name].ts": $21,
"./routes/api/recipes/index.ts": $22,
"./routes/api/recommendation/all.ts": $23,
"./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,
2023-07-26 13:47:01 +02:00
},
islands: {
"./islands/Counter.tsx": $$0,
2023-07-30 19:40:39 +02:00
"./islands/IngredientsList.tsx": $$1,
2023-07-31 04:19:04 +02:00
"./islands/KMenu.tsx": $$2,
"./islands/KMenu/commands.ts": $$3,
2023-08-04 13:48:12 +02:00
"./islands/KMenu/commands/add_movie_infos.ts": $$4,
2023-08-08 11:03:20 +02:00
"./islands/KMenu/commands/add_series_infos.ts": $$5,
"./islands/KMenu/commands/create_article.ts": $$6,
"./islands/KMenu/commands/create_movie.ts": $$7,
"./islands/KMenu/commands/create_recommendations.ts": $$8,
"./islands/KMenu/commands/create_series.ts": $$9,
"./islands/KMenu/types.ts": $$10,
"./islands/Recommendations.tsx": $$11,
"./islands/Search.tsx": $$12,
2023-07-26 13:47:01 +02:00
},
baseUrl: import.meta.url,
};
export default manifest;