feat: move some stuff around
This commit is contained in:
		
							
								
								
									
										62
									
								
								fresh.gen.ts
									
									
									
									
									
								
							
							
						
						
									
										62
									
								
								fresh.gen.ts
									
									
									
									
									
								
							| @@ -5,21 +5,22 @@ | ||||
| import * as $0 from "./routes/_404.tsx"; | ||||
| import * as $1 from "./routes/_app.tsx"; | ||||
| import * as $2 from "./routes/_middleware.ts"; | ||||
| import * as $3 from "./routes/api/images/index.ts"; | ||||
| import * as $4 from "./routes/api/index.ts"; | ||||
| import * as $5 from "./routes/api/movies/[name].ts"; | ||||
| import * as $6 from "./routes/api/movies/enhance/[name].ts"; | ||||
| import * as $7 from "./routes/api/movies/index.ts"; | ||||
| import * as $8 from "./routes/api/recipes/[name].ts"; | ||||
| import * as $9 from "./routes/api/recipes/index.ts"; | ||||
| import * as $10 from "./routes/api/tmdb/[id].ts"; | ||||
| import * as $11 from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $12 from "./routes/api/tmdb/query.ts"; | ||||
| import * as $13 from "./routes/index.tsx"; | ||||
| import * as $14 from "./routes/movies/[name].tsx"; | ||||
| import * as $15 from "./routes/movies/index.tsx"; | ||||
| import * as $16 from "./routes/recipes/[name].tsx"; | ||||
| import * as $17 from "./routes/recipes/index.tsx"; | ||||
| import * as $3 from "./routes/api/cache/index.ts"; | ||||
| import * as $4 from "./routes/api/images/index.ts"; | ||||
| import * as $5 from "./routes/api/index.ts"; | ||||
| import * as $6 from "./routes/api/movies/[name].ts"; | ||||
| import * as $7 from "./routes/api/movies/enhance/[name].ts"; | ||||
| import * as $8 from "./routes/api/movies/index.ts"; | ||||
| import * as $9 from "./routes/api/recipes/[name].ts"; | ||||
| import * as $10 from "./routes/api/recipes/index.ts"; | ||||
| import * as $11 from "./routes/api/tmdb/[id].ts"; | ||||
| import * as $12 from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $13 from "./routes/api/tmdb/query.ts"; | ||||
| import * as $14 from "./routes/index.tsx"; | ||||
| import * as $15 from "./routes/movies/[name].tsx"; | ||||
| import * as $16 from "./routes/movies/index.tsx"; | ||||
| import * as $17 from "./routes/recipes/[name].tsx"; | ||||
| import * as $18 from "./routes/recipes/index.tsx"; | ||||
| import * as $$0 from "./islands/Counter.tsx"; | ||||
| import * as $$1 from "./islands/IngredientsList.tsx"; | ||||
| import * as $$2 from "./islands/KMenu.tsx"; | ||||
| @@ -31,21 +32,22 @@ const manifest = { | ||||
|     "./routes/_404.tsx": $0, | ||||
|     "./routes/_app.tsx": $1, | ||||
|     "./routes/_middleware.ts": $2, | ||||
|     "./routes/api/images/index.ts": $3, | ||||
|     "./routes/api/index.ts": $4, | ||||
|     "./routes/api/movies/[name].ts": $5, | ||||
|     "./routes/api/movies/enhance/[name].ts": $6, | ||||
|     "./routes/api/movies/index.ts": $7, | ||||
|     "./routes/api/recipes/[name].ts": $8, | ||||
|     "./routes/api/recipes/index.ts": $9, | ||||
|     "./routes/api/tmdb/[id].ts": $10, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $11, | ||||
|     "./routes/api/tmdb/query.ts": $12, | ||||
|     "./routes/index.tsx": $13, | ||||
|     "./routes/movies/[name].tsx": $14, | ||||
|     "./routes/movies/index.tsx": $15, | ||||
|     "./routes/recipes/[name].tsx": $16, | ||||
|     "./routes/recipes/index.tsx": $17, | ||||
|     "./routes/api/cache/index.ts": $3, | ||||
|     "./routes/api/images/index.ts": $4, | ||||
|     "./routes/api/index.ts": $5, | ||||
|     "./routes/api/movies/[name].ts": $6, | ||||
|     "./routes/api/movies/enhance/[name].ts": $7, | ||||
|     "./routes/api/movies/index.ts": $8, | ||||
|     "./routes/api/recipes/[name].ts": $9, | ||||
|     "./routes/api/recipes/index.ts": $10, | ||||
|     "./routes/api/tmdb/[id].ts": $11, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $12, | ||||
|     "./routes/api/tmdb/query.ts": $13, | ||||
|     "./routes/index.tsx": $14, | ||||
|     "./routes/movies/[name].tsx": $15, | ||||
|     "./routes/movies/index.tsx": $16, | ||||
|     "./routes/recipes/[name].tsx": $17, | ||||
|     "./routes/recipes/index.tsx": $18, | ||||
|   }, | ||||
|   islands: { | ||||
|     "./islands/Counter.tsx": $$0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user