Skip to content

Commit

Permalink
wip!
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda-fintlabs committed Apr 14, 2024
1 parent dd56720 commit 942cc4f
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 21 deletions.
5 changes: 5 additions & 0 deletions environment.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import * as process from "node:process";
import 'dotenv/config'

export const BASE_PATH = process.env.BASE_PATH || "/"
export const PORT = process.env.PORT || "3000"
Loading

0 comments on commit 942cc4f

Please sign in to comment.