mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
11 lines
177 B
TypeScript
11 lines
177 B
TypeScript
import type { NextConfig } from 'next'
|
|
|
|
const nextConfig: NextConfig = {
|
|
devIndicators: {
|
|
buildActivity: false,
|
|
appIsrStatus: false,
|
|
},
|
|
}
|
|
|
|
export default nextConfig
|