Upgrading yarn

This commit is contained in:
2020-12-04 11:02:40 +01:00
parent 03c931b093
commit 63b2a22c4f
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@@ -61,6 +61,7 @@ typings/
# dotenv environment variables file
src/.env
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
@@ -93,4 +94,3 @@ sw.*
*.swp
/build/
/config/

7
config/Ngrok.ts Normal file
View File

@@ -0,0 +1,7 @@
export default {
authtoken: process.env.NGROK_AUTHTOKEN,
region: 'eu',
addr: process.env.NGROK_PORT,
proto: 'http',
subdomain: 'artsite'
}