Files
video-downloader/next.config.ts
T
2026-08-10 14:14:34 +02:00

6 lines
101 B
TypeScript

import type { NextConfig } from 'next'
const nextConfig: NextConfig = {}
export default nextConfig