Skip to content

Commit

Permalink
feat: add generated route file
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseomartelli committed Jul 9, 2024
1 parent 5d9455a commit 805b6d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $api_delete_name_index from "./routes/api/delete/[name]/index.ts";
import * as $api_upload_index from "./routes/api/upload/index.tsx";
import * as $index from "./routes/index.tsx";
import * as $Counter from "./islands/Counter.tsx";
import * as $FilelistElement from "./islands/FilelistElement.tsx";
Expand All @@ -15,6 +16,7 @@ const manifest = {
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/api/delete/[name]/index.ts": $api_delete_name_index,
"./routes/api/upload/index.tsx": $api_upload_index,
"./routes/index.tsx": $index,
},
islands: {
Expand Down

0 comments on commit 805b6d5

Please sign in to comment.