build(deps): add @semantic-release/git

This commit is contained in:
Divlo
2022-04-08 21:35:27 +02:00
parent ddab264c7f
commit 979b4b4c90
3 changed files with 45 additions and 5 deletions

View File

@ -1,5 +1,5 @@
HOST='0.0.0.0'
PORT='8000'
NODE_ENV='development'
API_URL='http://localhost:8000'
API_KEY='apiKeySecret'
API_KEY=apiKeySecret
API_URL=http://localhost:8000
HOST=0.0.0.0
NODE_ENV=development
PORT=8000