fix: harden workbench mobile smoke evidence

This commit is contained in:
Code Queue Review
2026-05-23 04:45:18 +00:00
parent 36d8eead4e
commit bba8c95269
7 changed files with 181 additions and 12 deletions
+2 -1
View File
@@ -36,6 +36,7 @@
"dev-runtime:migration": "node scripts/dev-runtime-migration.mjs"
},
"dependencies": {
"pg": "^8.21.0"
"pg": "^8.21.0",
"playwright": "1.59.1"
}
}