From effeff0a7cb835b0ebf21c3a2fad902813c20fbb Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 19 Mar 2026 20:11:52 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(backend-api):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20dependencies=20in=20backend=20API=20to=20latest=20c?= =?UTF-8?q?ompatible=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/video-studio/backend-api/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/video-studio/backend-api/package.json b/features/video-studio/backend-api/package.json index cd7a35be7..23cbc6a6d 100644 --- a/features/video-studio/backend-api/package.json +++ b/features/video-studio/backend-api/package.json @@ -6,8 +6,8 @@ "private": true, "main": "dist/main.js", "scripts": { - "build": "nest build", - "start": "node dist/main.js", + "build": "lixbuild", + "start": "nest start", "dev": "nest start --watch", "start:debug": "nest start --debug --watch", "lint": "eslint \"src/**/*.ts\"", @@ -41,6 +41,7 @@ }, "devDependencies": { "@lilith/configs": "^2.2.0", + "@lilith/lix-build": "^1.0.4", "@nestjs/cli": "^11.0.16", "@nestjs/schematics": "^11.0.9", "@nestjs/testing": "^11.1.12",