lint and format

This commit is contained in:
starmorph
2025-05-15 16:42:04 -07:00
parent aa32e58602
commit 9ac2228039
3 changed files with 62 additions and 54 deletions

View File

@@ -1,10 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: {
bodySizeLimit: '10mb',
},
},
experimental: {
serverActions: {
bodySizeLimit: "10mb",
},
},
};
export default nextConfig;