From 63ecef03d3a6c78b448be85020b9cd55499846fd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 25 Dec 2025 12:26:51 -0500 Subject: [PATCH] temporary run dev --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cf32af9..186985f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start", + "start": "next dev", + "start_real": "next start", "lint": "next lint", "sass": "sass --watch public/assets/scss/main.scss:public/assets/css/main.css" },