1
Fork 0
holycow/holycow_frontend/next.config.ts
2024-11-30 23:34:29 +01:00

8 lines
119 B
TypeScript

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