From 80c73f57ee2317566c65df70c20afd705f249f49 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 25 Feb 2026 13:46:59 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(backend-api):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20backend=20API=20dependencies=20to=20latest=20versio?= =?UTF-8?q?ns=20in=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/blog/backend-api/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/blog/backend-api/package.json b/features/blog/backend-api/package.json index 6c64985c8..d810b8d02 100644 --- a/features/blog/backend-api/package.json +++ b/features/blog/backend-api/package.json @@ -7,6 +7,7 @@ "scripts": { "build": "lixbuild", "dev": "nest start --watch", + "start:dev": "nest start --watch", "start": "node dist/main.js", "seed": "bun dist/seed/seed.runner.js", "test": "lixtest",