chore: run lint with bunx

This commit is contained in:
Nicolas Meienberger 2026-04-08 21:08:13 +02:00
parent e44450e334
commit c853c81171
No known key found for this signature in database

View file

@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"fmt": "vp fmt",
"lint": "vp lint",
"lint": "bunx --bun vp lint",
"dev": "NODE_ENV=development bunx --bun vite",
"build": "vite build",
"start": "bun run .output/server/index.mjs",