chore: deno upgrade
This commit is contained in:
		
							
								
								
									
										231
									
								
								fresh.gen.ts
									
									
									
									
									
								
							
							
						
						
									
										231
									
								
								fresh.gen.ts
									
									
									
									
									
								
							| @@ -2,125 +2,130 @@ | ||||
| // 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"; | ||||
| 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"; | ||||
| import * as $$0 from "./islands/Counter.tsx"; | ||||
| import * as $$1 from "./islands/IngredientsList.tsx"; | ||||
| import * as $$2 from "./islands/KMenu.tsx"; | ||||
| import * as $$3 from "./islands/KMenu/commands.ts"; | ||||
| import * as $$4 from "./islands/KMenu/commands/add_movie_infos.ts"; | ||||
| 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"; | ||||
| import * as $_404 from "./routes/_404.tsx"; | ||||
| import * as $_app from "./routes/_app.tsx"; | ||||
| import * as $_layout from "./routes/_layout.tsx"; | ||||
| import * as $_middleware from "./routes/_middleware.ts"; | ||||
| import * as $admin_log_index from "./routes/admin/log/index.tsx"; | ||||
| import * as $admin_performance_index from "./routes/admin/performance/index.tsx"; | ||||
| import * as $api_articles_name_ from "./routes/api/articles/[name].ts"; | ||||
| import * as $api_articles_create_index from "./routes/api/articles/create/index.ts"; | ||||
| import * as $api_articles_index from "./routes/api/articles/index.ts"; | ||||
| import * as $api_auth_callback from "./routes/api/auth/callback.ts"; | ||||
| import * as $api_auth_login from "./routes/api/auth/login.ts"; | ||||
| import * as $api_auth_logout from "./routes/api/auth/logout.ts"; | ||||
| import * as $api_cache_index from "./routes/api/cache/index.ts"; | ||||
| import * as $api_images_index from "./routes/api/images/index.ts"; | ||||
| import * as $api_index from "./routes/api/index.ts"; | ||||
| import * as $api_logs from "./routes/api/logs.ts"; | ||||
| import * as $api_movies_name_ from "./routes/api/movies/[name].ts"; | ||||
| import * as $api_movies_enhance_name_ from "./routes/api/movies/enhance/[name].ts"; | ||||
| import * as $api_movies_index from "./routes/api/movies/index.ts"; | ||||
| import * as $api_query_index from "./routes/api/query/index.ts"; | ||||
| import * as $api_query_sync from "./routes/api/query/sync.ts"; | ||||
| import * as $api_recipes_name_ from "./routes/api/recipes/[name].ts"; | ||||
| import * as $api_recipes_index from "./routes/api/recipes/index.ts"; | ||||
| import * as $api_recommendation_all from "./routes/api/recommendation/all.ts"; | ||||
| import * as $api_recommendation_data from "./routes/api/recommendation/data.ts"; | ||||
| import * as $api_recommendation_index from "./routes/api/recommendation/index.ts"; | ||||
| import * as $api_recommendation_movie_id_ from "./routes/api/recommendation/movie/[id].ts"; | ||||
| import * as $api_resources from "./routes/api/resources.ts"; | ||||
| import * as $api_series_name_ from "./routes/api/series/[name].ts"; | ||||
| import * as $api_series_enhance_name_ from "./routes/api/series/enhance/[name].ts"; | ||||
| import * as $api_series_index from "./routes/api/series/index.ts"; | ||||
| import * as $api_tmdb_id_ from "./routes/api/tmdb/[id].ts"; | ||||
| import * as $api_tmdb_credits_id_ from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $api_tmdb_query from "./routes/api/tmdb/query.ts"; | ||||
| import * as $articles_name_ from "./routes/articles/[name].tsx"; | ||||
| import * as $articles_index from "./routes/articles/index.tsx"; | ||||
| import * as $index from "./routes/index.tsx"; | ||||
| import * as $movies_name_ from "./routes/movies/[name].tsx"; | ||||
| import * as $movies_index from "./routes/movies/index.tsx"; | ||||
| import * as $recipes_name_ from "./routes/recipes/[name].tsx"; | ||||
| import * as $recipes_index from "./routes/recipes/index.tsx"; | ||||
| import * as $series_name_ from "./routes/series/[name].tsx"; | ||||
| import * as $series_index from "./routes/series/index.tsx"; | ||||
| import * as $Counter from "./islands/Counter.tsx"; | ||||
| import * as $IngredientsList from "./islands/IngredientsList.tsx"; | ||||
| import * as $KMenu from "./islands/KMenu.tsx"; | ||||
| import * as $KMenu_commands from "./islands/KMenu/commands.ts"; | ||||
| import * as $KMenu_commands_add_movie_infos from "./islands/KMenu/commands/add_movie_infos.ts"; | ||||
| import * as $KMenu_commands_add_series_infos from "./islands/KMenu/commands/add_series_infos.ts"; | ||||
| import * as $KMenu_commands_create_article from "./islands/KMenu/commands/create_article.ts"; | ||||
| import * as $KMenu_commands_create_movie from "./islands/KMenu/commands/create_movie.ts"; | ||||
| import * as $KMenu_commands_create_recommendations from "./islands/KMenu/commands/create_recommendations.ts"; | ||||
| import * as $KMenu_commands_create_series from "./islands/KMenu/commands/create_series.ts"; | ||||
| import * as $KMenu_types from "./islands/KMenu/types.ts"; | ||||
| import * as $Recommendations from "./islands/Recommendations.tsx"; | ||||
| import * as $Search from "./islands/Search.tsx"; | ||||
| import { type Manifest } from "$fresh/server.ts"; | ||||
|  | ||||
| const manifest = { | ||||
|   routes: { | ||||
|     "./routes/_404.tsx": $0, | ||||
|     "./routes/_app.tsx": $1, | ||||
|     "./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, | ||||
|     "./routes/_404.tsx": $_404, | ||||
|     "./routes/_app.tsx": $_app, | ||||
|     "./routes/_layout.tsx": $_layout, | ||||
|     "./routes/_middleware.ts": $_middleware, | ||||
|     "./routes/admin/log/index.tsx": $admin_log_index, | ||||
|     "./routes/admin/performance/index.tsx": $admin_performance_index, | ||||
|     "./routes/api/articles/[name].ts": $api_articles_name_, | ||||
|     "./routes/api/articles/create/index.ts": $api_articles_create_index, | ||||
|     "./routes/api/articles/index.ts": $api_articles_index, | ||||
|     "./routes/api/auth/callback.ts": $api_auth_callback, | ||||
|     "./routes/api/auth/login.ts": $api_auth_login, | ||||
|     "./routes/api/auth/logout.ts": $api_auth_logout, | ||||
|     "./routes/api/cache/index.ts": $api_cache_index, | ||||
|     "./routes/api/images/index.ts": $api_images_index, | ||||
|     "./routes/api/index.ts": $api_index, | ||||
|     "./routes/api/logs.ts": $api_logs, | ||||
|     "./routes/api/movies/[name].ts": $api_movies_name_, | ||||
|     "./routes/api/movies/enhance/[name].ts": $api_movies_enhance_name_, | ||||
|     "./routes/api/movies/index.ts": $api_movies_index, | ||||
|     "./routes/api/query/index.ts": $api_query_index, | ||||
|     "./routes/api/query/sync.ts": $api_query_sync, | ||||
|     "./routes/api/recipes/[name].ts": $api_recipes_name_, | ||||
|     "./routes/api/recipes/index.ts": $api_recipes_index, | ||||
|     "./routes/api/recommendation/all.ts": $api_recommendation_all, | ||||
|     "./routes/api/recommendation/data.ts": $api_recommendation_data, | ||||
|     "./routes/api/recommendation/index.ts": $api_recommendation_index, | ||||
|     "./routes/api/recommendation/movie/[id].ts": $api_recommendation_movie_id_, | ||||
|     "./routes/api/resources.ts": $api_resources, | ||||
|     "./routes/api/series/[name].ts": $api_series_name_, | ||||
|     "./routes/api/series/enhance/[name].ts": $api_series_enhance_name_, | ||||
|     "./routes/api/series/index.ts": $api_series_index, | ||||
|     "./routes/api/tmdb/[id].ts": $api_tmdb_id_, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $api_tmdb_credits_id_, | ||||
|     "./routes/api/tmdb/query.ts": $api_tmdb_query, | ||||
|     "./routes/articles/[name].tsx": $articles_name_, | ||||
|     "./routes/articles/index.tsx": $articles_index, | ||||
|     "./routes/index.tsx": $index, | ||||
|     "./routes/movies/[name].tsx": $movies_name_, | ||||
|     "./routes/movies/index.tsx": $movies_index, | ||||
|     "./routes/recipes/[name].tsx": $recipes_name_, | ||||
|     "./routes/recipes/index.tsx": $recipes_index, | ||||
|     "./routes/series/[name].tsx": $series_name_, | ||||
|     "./routes/series/index.tsx": $series_index, | ||||
|   }, | ||||
|   islands: { | ||||
|     "./islands/Counter.tsx": $$0, | ||||
|     "./islands/IngredientsList.tsx": $$1, | ||||
|     "./islands/KMenu.tsx": $$2, | ||||
|     "./islands/KMenu/commands.ts": $$3, | ||||
|     "./islands/KMenu/commands/add_movie_infos.ts": $$4, | ||||
|     "./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, | ||||
|     "./islands/Counter.tsx": $Counter, | ||||
|     "./islands/IngredientsList.tsx": $IngredientsList, | ||||
|     "./islands/KMenu.tsx": $KMenu, | ||||
|     "./islands/KMenu/commands.ts": $KMenu_commands, | ||||
|     "./islands/KMenu/commands/add_movie_infos.ts": | ||||
|       $KMenu_commands_add_movie_infos, | ||||
|     "./islands/KMenu/commands/add_series_infos.ts": | ||||
|       $KMenu_commands_add_series_infos, | ||||
|     "./islands/KMenu/commands/create_article.ts": | ||||
|       $KMenu_commands_create_article, | ||||
|     "./islands/KMenu/commands/create_movie.ts": $KMenu_commands_create_movie, | ||||
|     "./islands/KMenu/commands/create_recommendations.ts": | ||||
|       $KMenu_commands_create_recommendations, | ||||
|     "./islands/KMenu/commands/create_series.ts": $KMenu_commands_create_series, | ||||
|     "./islands/KMenu/types.ts": $KMenu_types, | ||||
|     "./islands/Recommendations.tsx": $Recommendations, | ||||
|     "./islands/Search.tsx": $Search, | ||||
|   }, | ||||
|   baseUrl: import.meta.url, | ||||
| }; | ||||
| } satisfies Manifest; | ||||
|  | ||||
| export default manifest; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user