chatbot-template/next.config.js

8 lines
136 B
JavaScript
Raw Normal View History

2023-06-02 15:21:49 -04:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
experimental: {
serverActions: true,
},
};