mirror of
https://github.com/Pavelevich/claw-alexa.git
synced 2026-03-15 17:09:24 +01:00
9 lines
141 B
JavaScript
9 lines
141 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
experimental: {
|
|
serverActions: true,
|
|
},
|
|
}
|
|
|
|
module.exports = nextConfig
|