Files
Dota-Zombie-Invasion/backend/next.config.js
T
achmad 70d2b1b52d feat: scaffold Next.js 14 project
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 16:30:26 +07:00

6 lines
118 B
JavaScript

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