This commit is contained in:
2025-11-04 16:26:38 -03:00
parent ef0e90b3b0
commit e55332f144
2 changed files with 7 additions and 3 deletions

6
package-lock.json generated
View File

@@ -1,10 +1,9 @@
{ {
"name": "saladeaula-digital", "name": "api.saladeaula.digital",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "saladeaula-digital",
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
"packages/*" "packages/*"
@@ -17,6 +16,9 @@
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.52.5"
} }
}, },
"apps/admin.saladeaula.digital": { "apps/admin.saladeaula.digital": {

View File

@@ -1,5 +1,4 @@
{ {
"name": "saladeaula-digital",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "turbo run build", "build": "turbo run build",
@@ -14,6 +13,9 @@
"turbo": "^2.6.0", "turbo": "^2.6.0",
"typescript": "5.9.2" "typescript": "5.9.2"
}, },
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.52.5"
},
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },