Files
upload-gltf/next.config.ts
T
2026-04-14 10:54:43 +02:00

6 lines
101 B
TypeScript

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