Files
History-client/next.config.ts
AzenKain 780bb9609a
All checks were successful
Build and Release / release (push) Successful in 39s
init
2026-04-20 09:40:59 +07:00

9 lines
156 B
TypeScript

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