2026-04-06

This commit is contained in:
gcch 2026-04-06 14:08:45 +02:00
commit 7baeb28fc1
36 changed files with 390 additions and 415 deletions

View file

@ -81,7 +81,7 @@ watch-css:
# Compile TypeScript en JavaScript.
[group('js')]
build-js:
@bun --bun vite build --config "cfg/vite.config.ts"
bun --bun vite build --config "cfg/vite.config.ts"
# Compile tout.
[group('css')]
@ -94,7 +94,7 @@ build-all:
# Compile TypeScript à chaque changement de fichier.
[group('js')]
watch-js:
bun vite build --watch
bun --bun vite build --config "cfg/vite.config.ts" --watch
# Vérifie le code TypeScript avec des analyseurs statiques.
[group('js')]