From 47209c311cd0cda60533785b237098d3bb828bc5 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sun, 25 May 2025 14:53:28 +0200 Subject: [PATCH] feat: disable watch --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 5328136..20cb9a7 100644 --- a/web/package.json +++ b/web/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build --watch", + "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" },