Files
tabatago/admin-web/next.config.ts
millianlmx 2f312fed11
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
revert: restore admin-web/next.config.ts to 29caf1a
2026-07-11 23:23:02 +02:00

8 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;