Refine gallery feedback actions
Mirror to GitHub / mirror (push) Successful in 2m10s
Test and Lint / backend-test (push) Successful in 1m48s
Test and Lint / frontend-test (push) Successful in 2m14s
Version and Release / version-bump (push) Failing after 50s
Version and Release / trigger-drone (push) Has been skipped

This commit is contained in:
2025-09-17 22:27:13 +02:00
parent b03760ab01
commit 19f8facc49
21 changed files with 719 additions and 376 deletions
+5 -1
View File
@@ -1,10 +1,14 @@
{
"scripts": {
"test:e2e": "playwright test"
},
"dependencies": {
"better-sqlite3": "^12.2.0",
"canvas": "^3.2.0",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"puppeteer": "^24.17.0"
"puppeteer": "^24.17.0",
"@playwright/test": "^1.48.2"
}
}