separa os possiveis inicio de dev

This commit is contained in:
Dionizio Ferreira
2025-11-28 09:01:25 -03:00
parent 3b2be7c69d
commit 81b3dbeca5

View File

@@ -3,7 +3,8 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "tsx scripts/dev.ts", "dev": "next dev --turbopack",
"dev-env": "tsx scripts/dev.ts",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "eslint .", "lint": "eslint .",