MeetUp/next.config.ts
Dominik Stahl 47210601f4
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m56s
docker-build / docker (pull_request) Successful in 4m33s
style: prettier format
2025-04-18 14:27:00 +02:00

7 lines
129 B
TypeScript

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