Files
agent-bounty-protocol/apps/agent/next.config.ts
OG T 54500c80f7
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: Add agent.wooo.work frontend
2026-06-08 13:27:48 +08:00

8 lines
129 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;