mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
feat(next.config): add dockerode to serverExternalPackages
This commit is contained in:
parent
ae9be5d325
commit
1957a6baa0
@ -1,7 +1,8 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone"
|
||||
output: "standalone",
|
||||
serverExternalPackages: ["dockerode"],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user