mirror of
https://github.com/SkalaraAI/skalara.git
synced 2025-04-03 20:20:17 -04:00
9 lines
141 B
JavaScript
9 lines
141 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
experimental: {
|
|
serverActions: true,
|
|
},
|
|
}
|
|
|
|
module.exports = nextConfig
|