You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
336 B

# Running webpack-dev-server from host
DEV_SERVER_PUBLIC=http://localhost:8085/
DEV_SERVER_PORT=8085
DEV_SERVER_LOOPBACK=http://host.docker.internal:8085
# Running webpack-dev-server within container
# DEV_SERVER_PUBLIC=http://site.nitro:3000/
# DEV_SERVER_PORT=3000
# DEV_SERVER_HOST=0.0.0.0
# DEV_SERVER_LOOPBACK=http://0.0.0.0:3000