revert: restore admin-web/next.config.ts to 29caf1a
Some checks failed
Admin Web — Docker Build & Push / Build & Push Docker Image (push) Has been cancelled
CI / Admin Web CI (push) Has been cancelled
CI / YouTube Worker (push) Has been cancelled
CI / Detect Changes (push) Has been cancelled
CI / Deploy (push) Has been cancelled

This commit is contained in:
2026-07-11 23:23:02 +02:00
parent 510a3d1d3c
commit 2f312fed11

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
/* config options here */
};
export default nextConfig;