Skip to content

Commit

Permalink
Setup codacy env
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Oct 18, 2024
1 parent 27bf489 commit 9eb19fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"NVM_VERSION": "20.9.0",
"PLAYWRIGHT_HTML_HOST": "0.0.0.0"
},
"remoteEnv": {
"DOTENV_CONFIG_PATH": "/workspaces/dominion-assistant/.env"
},
"mounts": [
"source=${localEnv:HOME}/.env,target=/workspaces/dominion-assistant/.env,type=bind,consistency=cached"
],

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CODACY_PROJECT_TOKEN=your-codacy-project-token
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

/.env

# compiled output
dist
tmp
Expand Down

0 comments on commit 9eb19fa

Please sign in to comment.