forked from phoenix/litellm-mirror
fix(ui): export ui npm build
This commit is contained in:
parent
d1893129f7
commit
7409460230
35 changed files with 38 additions and 60 deletions
|
@ -4,4 +4,8 @@ const nextConfig = {
|
|||
basePath: '/ui',
|
||||
};
|
||||
|
||||
nextConfig.experimental = {
|
||||
missingSuspenseWithCSRBailout: false
|
||||
}
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue