feat: add initial command pallete

This commit is contained in:
2023-07-31 04:19:04 +02:00
parent d47ffb94bf
commit e3df1fbd19
12 changed files with 488 additions and 11 deletions

View File

@@ -10,13 +10,19 @@ 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 $8 from "./routes/api/tmdb/[id].ts";
import * as $9 from "./routes/api/tmdb/credits/[id].ts";
import * as $10 from "./routes/api/tmdb/query.ts";
import * as $11 from "./routes/index.tsx";
import * as $12 from "./routes/movies/[name].tsx";
import * as $13 from "./routes/movies/index.tsx";
import * as $14 from "./routes/recipes/[name].tsx";
import * as $15 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";
import * as $$3 from "./islands/KMenu/commands.ts";
import * as $$4 from "./islands/KMenu/types.ts";
const manifest = {
routes: {
@@ -28,15 +34,21 @@ const manifest = {
"./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,
"./routes/api/tmdb/[id].ts": $8,
"./routes/api/tmdb/credits/[id].ts": $9,
"./routes/api/tmdb/query.ts": $10,
"./routes/index.tsx": $11,
"./routes/movies/[name].tsx": $12,
"./routes/movies/index.tsx": $13,
"./routes/recipes/[name].tsx": $14,
"./routes/recipes/index.tsx": $15,
},
islands: {
"./islands/Counter.tsx": $$0,
"./islands/IngredientsList.tsx": $$1,
"./islands/KMenu.tsx": $$2,
"./islands/KMenu/commands.ts": $$3,
"./islands/KMenu/types.ts": $$4,
},
baseUrl: import.meta.url,
};