refactor: rebase

This commit is contained in:
Rainer Killinger
2025-06-12 11:41:09 +02:00
parent a962a35a8b
commit cbd4225ab5
22 changed files with 14682 additions and 13889 deletions

View File

@@ -2,10 +2,10 @@
"name": "@openstapps/openstapps",
"private": true,
"engines": {
"node": "^22.0.0",
"pnpm": "^8.15.5"
"node": "^22.16.0",
"pnpm": "^10.12.1"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@10.12.1",
"scripts": {
"build": "dotenv -c -- turbo run build",
"build:full": "dotenv -c -- turbo run syncpack build lint format --summarize",