mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Upgrading yarn
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
7
config/Ngrok.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
authtoken: process.env.NGROK_AUTHTOKEN,
|
||||
region: 'eu',
|
||||
addr: process.env.NGROK_PORT,
|
||||
proto: 'http',
|
||||
subdomain: 'artsite'
|
||||
}
|
||||
Reference in New Issue
Block a user