chore(build): use bun instead of node

This commit is contained in:
Paul Chavard 2024-04-03 15:36:16 +02:00
parent 6165df277b
commit c480d4082a
8 changed files with 3 additions and 15 deletions

2
bin/bun_vite Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
bun run vite "$@"