Files
unifi-voucher-manager/frontend/next.config.ts
etiennecollin d4d093e779 Initial commit
fix: double api call to get voucher details

style: removed ugly tab background
2025-08-06 22:55:45 +02:00

8 lines
129 B
TypeScript

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