Atualizar package.json

This commit is contained in:
2026-06-13 22:37:32 -03:00
parent 345c3a4be9
commit 32eaac65e4

View File

@@ -9,6 +9,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"start": "vite preview --host 0.0.0.0 --port 5173",
"lint": "eslint .",
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",