Merge branch 'main' of https://git.kerboul.me/anto/XIP
All checks were successful
Deploy XIP / deploy (push) Successful in 51s

This commit is contained in:
arussac
2026-05-31 15:36:49 +02:00
3 changed files with 21 additions and 11 deletions

View File

@@ -4,7 +4,8 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {