mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-11 18:46:07 +00:00
- Removed debug-packages and test-sync API endpoints no longer needed - Extracted sync status management into shared lib/sync/status module - Updated Next.js config to remove deprecated experimental appDir flag - Added port specification to production start script for consistency
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
// App directory is now stable in Next.js 14, no longer experimental
|
|
}
|
|
|
|
module.exports = nextConfig;
|