mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
🐛 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:
@@ -22,7 +22,7 @@ const partialBuildPages = [
|
||||
name: 'backend-routes',
|
||||
disabled: isBundleAnalyzer,
|
||||
paths: ['src/app/(backend)'],
|
||||
],
|
||||
},
|
||||
// no need for desktop
|
||||
// {
|
||||
// name: 'changelog',
|
||||
|
||||
Reference in New Issue
Block a user