From e04eb08355efeaaa90fd5ca73d2d092159995410 Mon Sep 17 00:00:00 2001 From: 65160258 <65160258@go.buu.ac.th> Date: Thu, 20 Mar 2025 17:03:22 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=B7node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6e07bc..bbfb293 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node app.js" }, "keywords": [], "author": "", -- GitLab