🐛 fix(prebuild): correct syntax in partialBuildPages array

- Fixed the syntax of the partialBuildPages array in prebuild.mts by replacing a trailing comma with a closing brace.
- Ensured proper structure for the array to avoid potential runtime errors.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-12-29 14:38:43 +08:00
parent 5380f76ed1
commit 95806721ba

View File

@@ -22,7 +22,7 @@ const partialBuildPages = [
name: 'backend-routes',
disabled: isBundleAnalyzer,
paths: ['src/app/(backend)'],
],
},
// no need for desktop
// {
// name: 'changelog',