Files
GerbilManager/gerbil-manager-nextjs/next.config.js
2023-10-30 23:13:17 +01:00

7 lines
110 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {}
module.exports = {
output: 'standalone'
}