Files
hipmi/next.config.js
Bagasbanuna02 057df80c31 Fix event
Deskripsi:
- Fix konfirmasi
- Fix qr code
2024-12-06 09:08:57 +08:00

10 lines
169 B
JavaScript

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