chore: update deployment scripts and adjust file exclusions in biome.json

This commit is contained in:
Aman Varshney
2025-08-04 16:40:19 +05:30
parent 00148bcc36
commit 648b604373
3 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
"private": true,
"scripts": {
"dev": "convex dev",
"dev:setup": "convex dev --configure --until-success"
"dev:setup": "convex dev --configure --until-success",
"deploy": "convex deploy"
},
"author": "",
"license": "ISC",