Skip to content

Commit

Permalink
chore(devcontainer): remove Cypress env from launch command
Browse files Browse the repository at this point in the history
this didn't actually do anything, and since we're removing Cypress from the devcontainer...
  • Loading branch information
thekaveman committed Jun 14, 2022
1 parent 4607e78 commit 7eacdea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"args": ["runserver", "--insecure", "0.0.0.0:8000"],
"django": true,
"env": {
"DJANGO_DEBUG": "true",
"CYPRESS_baseUrl": "http://localhost:8000"
"DJANGO_DEBUG": "true"
}
}
]
Expand Down

0 comments on commit 7eacdea

Please sign in to comment.