- 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
12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
# Frontend port (dev/start)
|
|
PORT=3002
|
|
|
|
# API URL (leave empty for same-origin proxy)
|
|
NEXT_PUBLIC_API_URL=
|
|
|
|
# Social Links (optional - leave empty to hide)
|
|
NEXT_PUBLIC_WHATSAPP=+595991234567
|
|
NEXT_PUBLIC_INSTAGRAM=spanglish_py
|
|
NEXT_PUBLIC_EMAIL=hola@spanglish.com.py
|
|
NEXT_PUBLIC_TELEGRAM=spanglish_py
|