We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dfa0e commit 6a36613Copy full SHA for 6a36613
3 files changed
main.ts
@@ -1,6 +1,6 @@
1
import { App, fsRoutes, staticFiles } from "fresh";
2
import { type State } from "./utils.ts";
3
-import "jsr:@std/dotenv/load";
+import "jsr:@std/dotenv@0.225.5/load";
4
export const app = new App<State>();
5
6
app.use(staticFiles());
0 commit comments