From 168c9ff4049e62975a8bf58e35cf59277e02e86f Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 19 Mar 2026 19:58:05 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(backend-api):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20npm=20dependencies=20for=20video=20studio=20backend?= =?UTF-8?q?=20API?= 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/video-studio/backend-api/package.json b/features/video-studio/backend-api/package.json index df01ba09c..8ddaa70c0 100644 --- a/features/video-studio/backend-api/package.json +++ b/features/video-studio/backend-api/package.json @@ -1,13 +1,12 @@ { "name": "@lilith/video-studio-api", "version": "1.0.0", - "type": "module", "description": "Video Studio API — face modification job management for Lilith Platform", "private": true, "main": "dist/main.js", "scripts": { "build": "nest build", - "start": "node dist/main.js", + "start": "bun dist/main.js", "dev": "nest start --watch", "start:debug": "nest start --debug --watch", "lint": "eslint \"src/**/*.ts\"",