Add frontend PORT env config and remove package-lock.json from repo
- Add PORT=3002 to frontend .env.example - Use dotenv-cli to load env vars for next dev/start - Add package-lock.json to .gitignore and remove from tracking
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Frontend port (dev/start)
|
||||
PORT=3002
|
||||
|
||||
# API URL (leave empty for same-origin proxy)
|
||||
NEXT_PUBLIC_API_URL=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user