From c7cb2e013769d59ef1156cc50e09dc2448c2b5e8 Mon Sep 17 00:00:00 2001 From: AV77web Date: Sat, 20 Jun 2026 23:52:59 +0200 Subject: [PATCH] correzione a package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e17931..695251f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", "dev": "tsx watch src/index.ts", "build": "tsc -p tsconfig.build.json", "start": "node dist/index.js"