tweak to working details

This commit is contained in:
2024-05-27 17:37:24 +00:00
parent e70c6736f6
commit 7e543aebc0
6 changed files with 37 additions and 19 deletions

View File

@@ -2,6 +2,9 @@
const nextConfig = {
pageExtensions: ['js', 'jsx', 'ts', 'tsx'],
reactStrictMode: true,
experimental: {
serverActions: true,
}
}
module.exports = nextConfig;