Skip to content

Commit 22118c0

Browse files
committed
Implement robust database URL retrieval by adding a new function to handle both validated and raw environment variables, ensuring fallback mechanisms are in place for improved reliability.
1 parent a0b77d1 commit 22118c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { env } from "../env";
1+
import { env } from "@/env";
22
import TodoApp from "./components/TodoApp";
33

44
function redactDatabaseUrl(url: string): string {

0 commit comments

Comments
 (0)