chore(tooling): add mockup helper and backup fixes

This commit is contained in:
Felipe Coutinho
2026-03-25 00:30:46 +00:00
parent 1e0c93fb6c
commit da32b41bbc
6 changed files with 13 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"dev-env": "tsx scripts/dev.ts",
"mockup": "tsx scripts/mock-data.ts",
"build": "next build",
"start": "next start",
"lint": "biome check .",