Browse Source

dotenv example

pull/1/head
Sacha Weatherstone 5 years ago
parent
commit
52b09397f2
  1. 1
      .env
  2. 1
      .env.example
  3. 3
      .gitignore

1
.env

@ -1 +0,0 @@
SNOWPACK_PUBLIC_DEVICE_IP=192.168.1.103

1
.env.example

@ -0,0 +1 @@
SNOWPACK_PUBLIC_DEVICE_IP=

3
.gitignore

@ -1,3 +1,4 @@
.snowpack
build
node_modules
node_modules
.env
Loading…
Cancel
Save