2024-11-15 18:28:57 -05:00

8 lines
161 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
transpilePackages: ["@kksh/api", "comlink-stdio"]
}
export default nextConfig