Skip to content

Commit

Permalink
bug(history-microservice): no env file
Browse files Browse the repository at this point in the history
fixes #0
  • Loading branch information
Idrinth committed Apr 23, 2024
1 parent 1b0a6a0 commit f6d3d36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
# History Microservice
/history-microservice/node_modules
/history-microservice/coverage
/history-microservice/.env

#History Website
/history-website/node_modules
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion history-microservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"test": "c8 mocha test",
"integration": "c8 mocha integration",
"start": "tsx index.ts",
"knip": "knip"
"knip": "knip",
"postinstall": "cp .env.example .env"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit f6d3d36

Please sign in to comment.