From b8661a7b54a2a93acd465a11e5cf1512cdcf6335 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Tue, 14 Apr 2026 20:45:12 +0500 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aider (groq/llama-3.3-70b-versatile) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1aa5ace..9195490 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "bun run scripts/dev.js", "dev:backend": "cd backend && ./pocketbase.exe serve", "dev:frontend": "cd frontend && bun dev", - "build:frontend": "cd frontend && bun run build", + "build:frontend": "cd frontend && bun build", "preview:frontend": "cd frontend && bun run preview" }, "workspaces": [