From 84f469cfb62a7426bcf1f49b5bb445fcaf9ec4f9 Mon Sep 17 00:00:00 2001 From: Seth Etter Date: Sat, 14 Oct 2023 17:11:23 -0500 Subject: [PATCH] remove some boilerplate files --- fresh.gen.ts | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/fresh.gen.ts b/fresh.gen.ts index e8af1f1..2f694d8 100644 --- a/fresh.gen.ts +++ b/fresh.gen.ts @@ -4,20 +4,15 @@ import * as $0 from "./routes/_404.tsx"; import * as $1 from "./routes/_app.tsx"; -import * as $2 from "./routes/api/joke.ts"; -import * as $3 from "./routes/index.tsx"; -import * as $$0 from "./islands/Counter.tsx"; +import * as $2 from "./routes/index.tsx"; const manifest = { routes: { "./routes/_404.tsx": $0, "./routes/_app.tsx": $1, - "./routes/api/joke.ts": $2, - "./routes/index.tsx": $3, - }, - islands: { - "./islands/Counter.tsx": $$0, + "./routes/index.tsx": $2, }, + islands: {}, baseUrl: import.meta.url, }; -- 2.51.2