Files
hipmi/next.config.js
Bagasbanuna02 2a97165d1f fix
Desc:
- Perubahan pengambilan data dari API ke Function use server
No issue
2023-10-18 16:09:32 +08:00

11 lines
181 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
experimental: {
serverActions: true
},
}
module.exports = nextConfig