Files
webhook-test/next.config.ts
2026-05-12 16:16:49 +07:00

6 lines
101 B
TypeScript

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