2026-04-06
This commit is contained in:
parent
2971f5516d
commit
7baeb28fc1
36 changed files with 390 additions and 415 deletions
4
justfile
4
justfile
|
|
@ -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')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue