Skip to content

Commit 9973b2c

Browse files
committed
Merge branch 'staging' of github.com:simstudioai/sim into staging
2 parents d9e5777 + dd74267 commit 9973b2c

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

apps/sim/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { getMainCSPPolicy, getWorkflowExecutionCSPPolicy } from './lib/security/
77

88
const nextConfig: NextConfig = {
99
devIndicators: false,
10+
productionBrowserSourceMaps: false,
1011
images: {
1112
remotePatterns: [
1213
{
@@ -58,7 +59,6 @@ const nextConfig: NextConfig = {
5859
},
5960
experimental: {
6061
optimizeCss: true,
61-
turbopackSourceMaps: false,
6262
},
6363
...(isDev && {
6464
allowedDevOrigins: [

apps/sim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"lenis": "^1.2.3",
9797
"lucide-react": "^0.479.0",
9898
"mammoth": "^1.9.0",
99-
"next": "^15.3.2",
99+
"next": "15.5.0",
100100
"next-runtime-env": "3.3.0",
101101
"next-themes": "^0.4.6",
102102
"openai": "^4.91.1",

bun.lock

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)