Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
45be8908
authored
May 15, 2026
by
Xianquan
Committed by
GitHub
May 15, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: disable turbopack dev/build fs cache (#6939)
parent
e30f0e35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
pro
+1
-1
projects/app/next.config.ts
+4
-1
No files found.
pro
@
52f99301
Subproject commit
78d6cc129c75f2fc123b92f5016af5edb632ad14
Subproject commit
52f99301f3704a603e8a692988f8bcb40f4a0f21
projects/app/next.config.ts
View file @
45be8908
...
...
@@ -87,7 +87,10 @@ const nextConfig: NextConfig = {
// 按页面拆分 CSS chunk,减少首屏 CSS 体积
cssChunking
:
'strict'
,
// 减少内存占用
memoryBasedWorkersCount
:
true
memoryBasedWorkersCount
:
true
,
turbopackFileSystemCacheForBuild
:
false
,
turbopackFileSystemCacheForDev
:
false
},
outputFileTracingRoot
:
path
.
join
(
__dirname
,
'../../'
),
// Exclude build-time-only packages from standalone output file tracing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment