rsnext/examples/inngest/next.config.js
Joel Hooks 6a8010dbb6
examples: Add inngest next.js example (#56049)
Co-authored-by: Lee Robinson <me@leerob.io>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-10-28 11:57:27 -05:00

4 lines
92 B
JavaScript
Executable file

/** @type {import('next').NextConfig} */
const nextConfig = {}
module.exports = nextConfig