feat: add series
This commit is contained in:
		
							
								
								
									
										46
									
								
								fresh.gen.ts
									
									
									
									
									
								
							
							
						
						
									
										46
									
								
								fresh.gen.ts
									
									
									
									
									
								
							| @@ -21,16 +21,19 @@ import * as $15 from "./routes/api/query/index.ts"; | ||||
| import * as $16 from "./routes/api/recipes/[name].ts"; | ||||
| import * as $17 from "./routes/api/recipes/index.ts"; | ||||
| import * as $18 from "./routes/api/resources.ts"; | ||||
| import * as $19 from "./routes/api/tmdb/[id].ts"; | ||||
| import * as $20 from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $21 from "./routes/api/tmdb/query.ts"; | ||||
| import * as $22 from "./routes/articles/[name].tsx"; | ||||
| import * as $23 from "./routes/articles/index.tsx"; | ||||
| import * as $24 from "./routes/index.tsx"; | ||||
| import * as $25 from "./routes/movies/[name].tsx"; | ||||
| import * as $26 from "./routes/movies/index.tsx"; | ||||
| import * as $27 from "./routes/recipes/[name].tsx"; | ||||
| import * as $28 from "./routes/recipes/index.tsx"; | ||||
| import * as $19 from "./routes/api/series/index.ts"; | ||||
| import * as $20 from "./routes/api/tmdb/[id].ts"; | ||||
| import * as $21 from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $22 from "./routes/api/tmdb/query.ts"; | ||||
| import * as $23 from "./routes/articles/[name].tsx"; | ||||
| import * as $24 from "./routes/articles/index.tsx"; | ||||
| import * as $25 from "./routes/index.tsx"; | ||||
| import * as $26 from "./routes/movies/[name].tsx"; | ||||
| import * as $27 from "./routes/movies/index.tsx"; | ||||
| import * as $28 from "./routes/recipes/[name].tsx"; | ||||
| import * as $29 from "./routes/recipes/index.tsx"; | ||||
| import * as $30 from "./routes/series/[name].tsx"; | ||||
| import * as $31 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"; | ||||
| @@ -62,16 +65,19 @@ const manifest = { | ||||
|     "./routes/api/recipes/[name].ts": $16, | ||||
|     "./routes/api/recipes/index.ts": $17, | ||||
|     "./routes/api/resources.ts": $18, | ||||
|     "./routes/api/tmdb/[id].ts": $19, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $20, | ||||
|     "./routes/api/tmdb/query.ts": $21, | ||||
|     "./routes/articles/[name].tsx": $22, | ||||
|     "./routes/articles/index.tsx": $23, | ||||
|     "./routes/index.tsx": $24, | ||||
|     "./routes/movies/[name].tsx": $25, | ||||
|     "./routes/movies/index.tsx": $26, | ||||
|     "./routes/recipes/[name].tsx": $27, | ||||
|     "./routes/recipes/index.tsx": $28, | ||||
|     "./routes/api/series/index.ts": $19, | ||||
|     "./routes/api/tmdb/[id].ts": $20, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $21, | ||||
|     "./routes/api/tmdb/query.ts": $22, | ||||
|     "./routes/articles/[name].tsx": $23, | ||||
|     "./routes/articles/index.tsx": $24, | ||||
|     "./routes/index.tsx": $25, | ||||
|     "./routes/movies/[name].tsx": $26, | ||||
|     "./routes/movies/index.tsx": $27, | ||||
|     "./routes/recipes/[name].tsx": $28, | ||||
|     "./routes/recipes/index.tsx": $29, | ||||
|     "./routes/series/[name].tsx": $30, | ||||
|     "./routes/series/index.tsx": $31, | ||||
|   }, | ||||
|   islands: { | ||||
|     "./islands/Counter.tsx": $$0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user