1
Fork 0
holycow/holycow_frontend/next.config.ts

9 lines
119 B
TypeScript
Raw Permalink Normal View History

2024-11-29 11:56:23 +00:00
import {NextConfig} from "next"
2024-11-30 22:34:29 +00:00
const nextConfig: NextConfig = {
output: "standalone",
}
2024-11-30 18:04:07 +00:00
export default nextConfig