fix: use node cluster

This commit is contained in:
Michael H.
2026-08-28 15:19:37 +02:00
parent ff4c9be910
commit c2cbf16434
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
- name: Build frontend
run: pnpm web:build
env:
NITRO_PRESET: node-server
NITRO_PRESET: node_cluster
BUILD_ENV: ${{ steps.meta.outputs.env }}
CF_PAGES_BRANCH: ${{ github.ref_name }}
CF_PAGES_COMMIT_SHA: ${{ github.sha }}