monaco-editor-lsp-next/next.config.ts

9 lines
170 B
TypeScript
Raw Normal View History

2025-02-19 01:00:15 +00:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
serverExternalPackages: ["dockerode"],
2025-02-19 01:00:15 +00:00
};
export default nextConfig;