feat: add authentication
This commit is contained in:
		
							
								
								
									
										82
									
								
								fresh.gen.ts
									
									
									
									
									
								
							
							
						
						
									
										82
									
								
								fresh.gen.ts
									
									
									
									
									
								
							| @@ -8,25 +8,28 @@ import * as $2 from "./routes/_middleware.ts"; | ||||
| import * as $3 from "./routes/api/articles/[name].ts"; | ||||
| import * as $4 from "./routes/api/articles/create/index.ts"; | ||||
| import * as $5 from "./routes/api/articles/index.ts"; | ||||
| import * as $6 from "./routes/api/cache/index.ts"; | ||||
| import * as $7 from "./routes/api/images/index.ts"; | ||||
| import * as $8 from "./routes/api/index.ts"; | ||||
| import * as $9 from "./routes/api/movies/[name].ts"; | ||||
| import * as $10 from "./routes/api/movies/enhance/[name].ts"; | ||||
| import * as $11 from "./routes/api/movies/index.ts"; | ||||
| import * as $12 from "./routes/api/query/index.ts"; | ||||
| import * as $13 from "./routes/api/recipes/[name].ts"; | ||||
| import * as $14 from "./routes/api/recipes/index.ts"; | ||||
| import * as $15 from "./routes/api/tmdb/[id].ts"; | ||||
| import * as $16 from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $17 from "./routes/api/tmdb/query.ts"; | ||||
| import * as $18 from "./routes/articles/[name].tsx"; | ||||
| import * as $19 from "./routes/articles/index.tsx"; | ||||
| import * as $20 from "./routes/index.tsx"; | ||||
| import * as $21 from "./routes/movies/[name].tsx"; | ||||
| import * as $22 from "./routes/movies/index.tsx"; | ||||
| import * as $23 from "./routes/recipes/[name].tsx"; | ||||
| import * as $24 from "./routes/recipes/index.tsx"; | ||||
| import * as $6 from "./routes/api/auth/callback.ts"; | ||||
| import * as $7 from "./routes/api/auth/login.ts"; | ||||
| import * as $8 from "./routes/api/auth/logout.ts"; | ||||
| import * as $9 from "./routes/api/cache/index.ts"; | ||||
| import * as $10 from "./routes/api/images/index.ts"; | ||||
| import * as $11 from "./routes/api/index.ts"; | ||||
| import * as $12 from "./routes/api/movies/[name].ts"; | ||||
| import * as $13 from "./routes/api/movies/enhance/[name].ts"; | ||||
| import * as $14 from "./routes/api/movies/index.ts"; | ||||
| 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/tmdb/[id].ts"; | ||||
| import * as $19 from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $20 from "./routes/api/tmdb/query.ts"; | ||||
| import * as $21 from "./routes/articles/[name].tsx"; | ||||
| import * as $22 from "./routes/articles/index.tsx"; | ||||
| import * as $23 from "./routes/index.tsx"; | ||||
| import * as $24 from "./routes/movies/[name].tsx"; | ||||
| import * as $25 from "./routes/movies/index.tsx"; | ||||
| import * as $26 from "./routes/recipes/[name].tsx"; | ||||
| import * as $27 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"; | ||||
| @@ -44,25 +47,28 @@ const manifest = { | ||||
|     "./routes/api/articles/[name].ts": $3, | ||||
|     "./routes/api/articles/create/index.ts": $4, | ||||
|     "./routes/api/articles/index.ts": $5, | ||||
|     "./routes/api/cache/index.ts": $6, | ||||
|     "./routes/api/images/index.ts": $7, | ||||
|     "./routes/api/index.ts": $8, | ||||
|     "./routes/api/movies/[name].ts": $9, | ||||
|     "./routes/api/movies/enhance/[name].ts": $10, | ||||
|     "./routes/api/movies/index.ts": $11, | ||||
|     "./routes/api/query/index.ts": $12, | ||||
|     "./routes/api/recipes/[name].ts": $13, | ||||
|     "./routes/api/recipes/index.ts": $14, | ||||
|     "./routes/api/tmdb/[id].ts": $15, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $16, | ||||
|     "./routes/api/tmdb/query.ts": $17, | ||||
|     "./routes/articles/[name].tsx": $18, | ||||
|     "./routes/articles/index.tsx": $19, | ||||
|     "./routes/index.tsx": $20, | ||||
|     "./routes/movies/[name].tsx": $21, | ||||
|     "./routes/movies/index.tsx": $22, | ||||
|     "./routes/recipes/[name].tsx": $23, | ||||
|     "./routes/recipes/index.tsx": $24, | ||||
|     "./routes/api/auth/callback.ts": $6, | ||||
|     "./routes/api/auth/login.ts": $7, | ||||
|     "./routes/api/auth/logout.ts": $8, | ||||
|     "./routes/api/cache/index.ts": $9, | ||||
|     "./routes/api/images/index.ts": $10, | ||||
|     "./routes/api/index.ts": $11, | ||||
|     "./routes/api/movies/[name].ts": $12, | ||||
|     "./routes/api/movies/enhance/[name].ts": $13, | ||||
|     "./routes/api/movies/index.ts": $14, | ||||
|     "./routes/api/query/index.ts": $15, | ||||
|     "./routes/api/recipes/[name].ts": $16, | ||||
|     "./routes/api/recipes/index.ts": $17, | ||||
|     "./routes/api/tmdb/[id].ts": $18, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $19, | ||||
|     "./routes/api/tmdb/query.ts": $20, | ||||
|     "./routes/articles/[name].tsx": $21, | ||||
|     "./routes/articles/index.tsx": $22, | ||||
|     "./routes/index.tsx": $23, | ||||
|     "./routes/movies/[name].tsx": $24, | ||||
|     "./routes/movies/index.tsx": $25, | ||||
|     "./routes/recipes/[name].tsx": $26, | ||||
|     "./routes/recipes/index.tsx": $27, | ||||
|   }, | ||||
|   islands: { | ||||
|     "./islands/Counter.tsx": $$0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user