chore: add vp config postinstall

This commit is contained in:
Nicolas Meienberger 2026-04-08 22:23:55 +02:00
parent c853c81171
commit 4d6433210d
No known key found for this signature in database

View file

@ -7,6 +7,7 @@
],
"type": "module",
"scripts": {
"postinstall": "vp config",
"fmt": "vp fmt",
"lint": "bunx --bun vp lint",
"dev": "NODE_ENV=development bunx --bun vite",