Understand a bit better

This commit is contained in:
Manav Rathi 2024-02-10 10:36:58 +05:30
parent 3b3804b655
commit badece4cce

View file

@ -15,7 +15,9 @@
# NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:3000 yarn dev:photos
#
# Variables prefixed with NEXT_PUBLIC_ (in our case, all of them) are made
# available when next runs our code in the browser. For more details, see
# available when next runs our code in the browser (Behind the scenes, Next just
# hardcodes occurrences of `process.env.NEXT_PUBLIC_FOO` with the value of the
# `NEXT_PUBLIC_FOO` env var when the bundle is built). For more details, see
# https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables
#
# By default, the app is configured to connect to the production instance etc.