Understand a bit better
This commit is contained in:
parent
3b3804b655
commit
badece4cce
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue