Skip to content

Commit a214300

Browse files
committed
Remove unnecessary package*.json files
1 parent 5c078af commit a214300

File tree

3 files changed

+6
-1986
lines changed

3 files changed

+6
-1986
lines changed

ui/litellm-dashboard/next.config.mjs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
const nextConfig = {
33
output: 'export',
44
basePath: process.env.UI_BASE_PATH || '/ui',
5+
experimental: {
6+
missingSuspenseWithCSRBailout: false,
7+
serverActions: {
8+
allowedOrigins: ['localhost:3000', 'localhost:4000']
9+
}
10+
}
511
};
612

7-
nextConfig.experimental = {
8-
missingSuspenseWithCSRBailout: false
9-
}
10-
1113
export default nextConfig;

0 commit comments

Comments
 (0)