Fix: npm CI
CI / regression (push) Successful in 1m31s

This commit is contained in:
Zakaria
2026-06-06 12:07:39 -04:00
parent 8687e612f7
commit 05e5543766
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"start": "http-server . -a 0.0.0.0 -p ${PORT:-3000} -c-1",
"start": "http-server . -a 0.0.0.0 -p ${PORT:-8080} -c-1",
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:report": "playwright show-report"