Deps: Add playwright for test verification

This commit is contained in:
2025-11-27 10:39:19 -08:00
parent ec6fb63999
commit 065e9ab2a0

View File

@@ -15,7 +15,7 @@
"author": "", "author": "",
"license": "", "license": "",
"dependencies": { "dependencies": {
"axios": "^1.6.8" "axios": "^1.6.8",
"playwright": "^1.44.0"
} }
} }