Files
chrono/next.config.ts
T
Puechberty Arthur c96a23dc12 first commit
2026-03-30 20:19:05 +02:00

8 lines
129 B
TypeScript

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