From e55332f14427d55baa203ab30fef5cd797676bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Tue, 4 Nov 2025 16:26:38 -0300 Subject: [PATCH] update --- package-lock.json | 6 ++++-- package.json | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc55742..64fc88f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,10 +1,9 @@ { - "name": "saladeaula-digital", + "name": "api.saladeaula.digital", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "saladeaula-digital", "workspaces": [ "apps/*", "packages/*" @@ -17,6 +16,9 @@ }, "engines": { "node": ">=18" + }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "^4.52.5" } }, "apps/admin.saladeaula.digital": { diff --git a/package.json b/package.json index 449e8a9..9df4c62 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,4 @@ { - "name": "saladeaula-digital", "private": true, "scripts": { "build": "turbo run build", @@ -14,6 +13,9 @@ "turbo": "^2.6.0", "typescript": "5.9.2" }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "^4.52.5" + }, "engines": { "node": ">=18" },