mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
chore: Remove dotenv import from Deno server
This commit is contained in:
parent
f5272b63bf
commit
bdb710ab43
@ -1,4 +1,3 @@
|
||||
import "jsr:@std/dotenv/load";
|
||||
import { serveFile } from "jsr:@std/http/file-server";
|
||||
|
||||
const PORT = Deno.env.get("PORT") || 8000;
|
||||
|
Loading…
Reference in New Issue
Block a user