next.js/test/production/standalone-mode/server-actions/next.config.ts
next.config.ts8 lines126 B
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
  output: 'standalone',
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN