Description: It would be helpful if NEXT_PUBLIC_APP_URL
could automatically set itself based on the environment:
Development: http://localhost:3000
Production: Vercel-assigned URL (e.g., https://your-production-url.vercel.app
)
Benefit: This would streamline deployments by eliminating the need to manually change this variable between environments, reducing potential configuration errors.
Thanks for considering this feature!