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

8 lines
128 B
TypeScript
Raw Normal View History

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