Actualiser apps/web/package.json
Some checks failed
CI / lint (push) Successful in 1m51s
CI / intent-service-test (push) Successful in 9m50s
CI / build (push) Successful in 1m5s
CI / e2e (push) Failing after 1m23s
CI / test (push) Failing after 15m48s

This commit is contained in:
kyuno 2026-08-27 21:11:10 +02:00
parent 9ec9b82e06
commit cc4278ec68

View file

@ -4,7 +4,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite --host 0.0.0.0",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"preview": "vite preview", "preview": "vite preview",
"test": "echo \"no unit tests yet\" && exit 0", "test": "echo \"no unit tests yet\" && exit 0",