More cleanup

This commit is contained in:
Jared Palmer 2023-06-02 15:21:49 -04:00
parent fc79a708f4
commit 33f7ead323
6 changed files with 9 additions and 67 deletions

7
next.config.js Normal file
View file

@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
experimental: {
serverActions: true,
},
};