Skip to content

Commit

Permalink
Merge pull request #91 from akyriako/52-integrate-with-umami
Browse files Browse the repository at this point in the history
added umami vars for development environment (crashing dev server)
  • Loading branch information
akyriako authored Sep 9, 2024
2 parents ea5dda2 + 34049a5 commit fb3b67e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .devcontainer/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UMAMI_WEBSITE_ID="00000000-0000-0000-0000-000000000000"
UMAMI_ANALYTICS_DOMAIN="localhost"
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm install"
"postCreateCommand": "npm install",

"runArgs": [
"--env-file", "${localWorkspaceFolder}/.devcontainer/.env"
]

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit fb3b67e

Please sign in to comment.