2024-11-14

This commit is contained in:
gcch 2024-11-14 09:11:46 +01:00
commit a41cd27833
244 changed files with 17423 additions and 740 deletions

View file

@ -88,7 +88,7 @@ build-js:
# Compile TypeScript à chaque changement de fichier
watch-js:
watchexec -w "web/app/themes/haiku-atelier-2024/src/scripts" just build-js
pnpm vite build --watch
# Vérifie le code TypeScript avec des analyseurs statiques
lint-js: