UNPKG

@eventcatalogtest/studio

Version:

A drag and drop UI for distributed systems that keeps your diagrams where they belong – in your repo

16 lines (13 loc) 257 B
import type { NextConfig } from "next"; const nextConfig: NextConfig = { typescript: { ignoreBuildErrors: true, }, eslint: { ignoreDuringBuilds: true, }, env: { STUDIO_PATH: process.env.STUDIO_PATH, } }; export default nextConfig;