mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-17 14:01:02 +00:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'standalone',
|
|
serverExternalPackages: ['ws', 'surrealdb']
|
|
};
|
|
|
|
export default nextConfig;
|