mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-29 19:30:35 +01:00
Upgrading yarn
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -61,6 +61,7 @@ typings/
|
|||||||
|
|
||||||
# dotenv environment variables file
|
# dotenv environment variables file
|
||||||
src/.env
|
src/.env
|
||||||
|
.env
|
||||||
|
|
||||||
# parcel-bundler cache (https://parceljs.org/)
|
# parcel-bundler cache (https://parceljs.org/)
|
||||||
.cache
|
.cache
|
||||||
@@ -93,4 +94,3 @@ sw.*
|
|||||||
*.swp
|
*.swp
|
||||||
/build/
|
/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