Skip to content

Commit

Permalink
Merge pull request #8 from aswanthabam/dev
Browse files Browse the repository at this point in the history
Prod env changed
  • Loading branch information
aswanthabam authored Jun 20, 2024
2 parents ccea02b + 6c4646c commit 70f400f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NEXT_PUBLIC_API_URL=https://dropitbackend.vercel.app
# NEXT_PUBLIC_API_URL=https://dropitbackend-cixd7kdm.b4a.run
NEXT_PUBLIC_DOWNLOAD_URL=https://silent-aurelie-avctech-ce6f3c88.koyeb.app
NEXT_PUBLIC_DOWNLOAD_URL=https://dropitbackend.vercel.app
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"dev": "next dev -H 0.0.0.0 -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand Down

0 comments on commit 70f400f

Please sign in to comment.