Browse Source

Typo

pull/11490/head
brandonkelly 3 years ago
parent
commit
24f1e3bf20
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 2
      .env.example

2
.env.example

@ -3,7 +3,7 @@ DEV_SERVER_PUBLIC=http://localhost:8085/
DEV_SERVER_PORT=8085 DEV_SERVER_PORT=8085
DEV_SERVER_LOOPBACK=http://host.docker.internal:8085 DEV_SERVER_LOOPBACK=http://host.docker.internal:8085
# Runnning webpack-dev-server within container
# Running webpack-dev-server within container
# DEV_SERVER_PUBLIC=http://site.nitro:3000/ # DEV_SERVER_PUBLIC=http://site.nitro:3000/
# DEV_SERVER_PORT=3000 # DEV_SERVER_PORT=3000
# DEV_SERVER_HOST=0.0.0.0 # DEV_SERVER_HOST=0.0.0.0

Loading…
Cancel
Save