Files
hipmi/next.config.js
Bagasbanuna02 bde21823de title: auto
des: auto
note:auto
2023-10-03 09:32:00 +08:00

9 lines
147 B
JavaScript

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