Skip to content

Commit

Permalink
fix: envars configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Feb 13, 2024
1 parent 9fd2fc3 commit 372241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "dotenv/config";
import { serve } from "@hono/node-server";
import { consola } from "consola";
import "dotenv/config";
import { Hono } from "hono";
import { cors } from "hono/cors";
import { csrf } from "hono/csrf";
Expand Down

0 comments on commit 372241e

Please sign in to comment.