repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 |
| /** @type {import('next').NextConfig} */ |
| #2 | const nextConfig = { |
| #3 | output: "standalone", |
| #4 | eslint: { |
| #5 | ignoreDuringBuilds: true, |
| #6 | }, |
| #7 | typescript: { |
| #8 | ignoreBuildErrors: true, |
| #9 | }, |
| #10 | images: { |
| #11 | unoptimized: true, |
| #12 | }, |
| #13 | } |
| #14 |
| #15 | export default nextConfig |