feat(screenshots): add automated screenshot utility and refresh all UI image assets
CI & Build NaxOS Web Dashboard / build (push) Successful in 1m7s

This commit is contained in:
Lukas Holzner
2026-09-04 14:08:47 +02:00
parent 7096294d10
commit 02a0fb428b
13 changed files with 108 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"screenshots": "python3 scripts/capture-screenshots.py"
},
"dependencies": {
"react": "^18.3.1",