This commit is contained in:
2026-02-15 11:27:52 -08:00
parent 89e4981193
commit 946ad9f155
5 changed files with 169 additions and 16 deletions

16
e2e/.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "open",
"problemMatcher": [],
"label": "npm: open",
"detail": "./node_modules/.bin/cypress open",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}