Skip to content

Commit

Permalink
chore(platform): Fixed env parsing in platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jul 6, 2024
1 parent c4eb241 commit 2524a5e
Show file tree
Hide file tree
Showing 3 changed files with 9,897 additions and 7,758 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ PLATFORM_OAUTH_FAILURE_REDIRECT_PATH=/oauth/failure

DOMAIN=localhost
FEEDBACK_FORWARD_EMAIL=

NEXT_PUBLIC_BACKEND_URL=http://localhost:4200
3 changes: 2 additions & 1 deletion apps/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3025",
"dev": "env-cmd -f ../../.env --silent next dev -p 3025",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
Expand Down Expand Up @@ -31,6 +31,7 @@
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"dayjs": "^1.11.11",
"env-cmd": "^10.1.0",
"framer-motion": "^11.1.7",
"geist": "^1.2.2",
"input-otp": "^1.2.4",
Expand Down
Loading

0 comments on commit 2524a5e

Please sign in to comment.