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