tabletop-commander/next.config.mjs

7 lines
117 B
JavaScript
Executable File

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