dotenv example

This commit is contained in:
Sacha Weatherstone
2021-06-16 15:55:35 +10:00
parent 842d8aa31d
commit 52b09397f2
3 changed files with 3 additions and 2 deletions

1
.env
View File

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

1
.env.example Normal file
View File

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

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.snowpack
build
node_modules
node_modules
.env