Skip to content

Commit

Permalink
fix:add dotenv as dev dependency for graphql completion plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreavizou committed Nov 12, 2024
1 parent 18d7b49 commit 7e4401d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
24 changes: 13 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"packages/reva-api"
],
"devDependencies": {
"concurrently": "^7.0.0"
"concurrently": "^7.0.0",
"dotenv": "^16.4.5"
}
}

0 comments on commit 7e4401d

Please sign in to comment.