This repository has been archived on 2026-06-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
MediaLore/next.config.ts
Garret Patti 19756c9eab
All checks were successful
Build and Push Docker Image / build (push) Successful in 56s
docker fixes
2026-04-14 08:25:12 -04:00

9 lines
197 B
TypeScript

import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
output: 'standalone',
serverExternalPackages: ['better-sqlite3', 'sharp', 'tesseract.js'],
}
export default nextConfig