Dockerfile
Some checks failed
Lint / lint (push) Successful in 13s
Build / build (pull_request) Failing after 31s

This commit is contained in:
Julien Valverdé
2025-09-18 00:10:31 +02:00
parent 0908eba0ad
commit f355a14fcf
8 changed files with 30 additions and 37 deletions

View File

@@ -8,7 +8,9 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:tsc": "tsc --noEmit",
"preview": "vite preview"
"preview": "vite preview",
"clean:dist": "rm -rf dist",
"clean:node": "rm -rf node_modules"
},
"dependencies": {
"@effect/platform": "^0.90.9",