Skip to content

Commit 6a36613

Browse files
committed
feat: update light mode to be more clear
1 parent 13dfa0e commit 6a36613

3 files changed

Lines changed: 933 additions & 908 deletions

File tree

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { App, fsRoutes, staticFiles } from "fresh";
22
import { type State } from "./utils.ts";
3-
import "jsr:@std/dotenv/load";
3+
import "jsr:@std/dotenv@0.225.5/load";
44
export const app = new App<State>();
55

66
app.use(staticFiles());

0 commit comments

Comments
 (0)