MatchScoring_v0.1 / next.config.js
sirjosev's picture
feat: Initialize Next.js application with Tailwind CSS, AI scheduling interface, and basic scoring state management.
7b552c2
raw
history blame contribute delete
121 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
module.exports = nextConfig;