feat: add movies
This commit is contained in:
32
fresh.gen.ts
32
fresh.gen.ts
@@ -6,13 +6,15 @@ import * as $0 from "./routes/_404.tsx";
|
||||
import * as $1 from "./routes/_app.tsx";
|
||||
import * as $2 from "./routes/api/images/index.ts";
|
||||
import * as $3 from "./routes/api/index.ts";
|
||||
import * as $4 from "./routes/api/recipes/[name].ts";
|
||||
import * as $5 from "./routes/api/recipes/index.ts";
|
||||
import * as $6 from "./routes/index.tsx";
|
||||
import * as $7 from "./routes/movies/[name].tsx";
|
||||
import * as $8 from "./routes/movies/index.tsx";
|
||||
import * as $9 from "./routes/recipes/[name].tsx";
|
||||
import * as $10 from "./routes/recipes/index.tsx";
|
||||
import * as $4 from "./routes/api/movies/[name].ts";
|
||||
import * as $5 from "./routes/api/movies/index.ts";
|
||||
import * as $6 from "./routes/api/recipes/[name].ts";
|
||||
import * as $7 from "./routes/api/recipes/index.ts";
|
||||
import * as $8 from "./routes/index.tsx";
|
||||
import * as $9 from "./routes/movies/[name].tsx";
|
||||
import * as $10 from "./routes/movies/index.tsx";
|
||||
import * as $11 from "./routes/recipes/[name].tsx";
|
||||
import * as $12 from "./routes/recipes/index.tsx";
|
||||
import * as $$0 from "./islands/Counter.tsx";
|
||||
import * as $$1 from "./islands/IngredientsList.tsx";
|
||||
|
||||
@@ -22,13 +24,15 @@ const manifest = {
|
||||
"./routes/_app.tsx": $1,
|
||||
"./routes/api/images/index.ts": $2,
|
||||
"./routes/api/index.ts": $3,
|
||||
"./routes/api/recipes/[name].ts": $4,
|
||||
"./routes/api/recipes/index.ts": $5,
|
||||
"./routes/index.tsx": $6,
|
||||
"./routes/movies/[name].tsx": $7,
|
||||
"./routes/movies/index.tsx": $8,
|
||||
"./routes/recipes/[name].tsx": $9,
|
||||
"./routes/recipes/index.tsx": $10,
|
||||
"./routes/api/movies/[name].ts": $4,
|
||||
"./routes/api/movies/index.ts": $5,
|
||||
"./routes/api/recipes/[name].ts": $6,
|
||||
"./routes/api/recipes/index.ts": $7,
|
||||
"./routes/index.tsx": $8,
|
||||
"./routes/movies/[name].tsx": $9,
|
||||
"./routes/movies/index.tsx": $10,
|
||||
"./routes/recipes/[name].tsx": $11,
|
||||
"./routes/recipes/index.tsx": $12,
|
||||
},
|
||||
islands: {
|
||||
"./islands/Counter.tsx": $$0,
|
||||
|
||||
Reference in New Issue
Block a user