Files
tabletten/next.config.ts
2026-03-11 20:33:19 +01:00

8 lines
129 B
TypeScript

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