tabletop-commander/next.config.mjs
2024-03-17 09:33:27 -06:00

7 lines
117 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
};
export default nextConfig;