Files
KalBot/next.config.mjs

8 lines
163 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
serverExternalPackages: ['ws', 'surrealdb']
};
export default nextConfig;