Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshamaju committed Sep 21, 2024
1 parent 8b16e5a commit 4de1d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/test/apps/basic/src/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ app.get("/env/client", (_, res) => res.render("env/client"));
app.get("/env/public", (_, res) => res.render("env/public"));
app.get("/env/in-view", (_, res) => res.render("env/in-view"));
app.get("/env/server", (_, res) => {
// @ts-expect-error
return res.render("env/server", { env: import.meta.env.ENV });
});

Expand Down

0 comments on commit 4de1d63

Please sign in to comment.