mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 01:21:48 +03:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
|
/** @type {import('next').NextConfig} */
|
||
|
const nextConfig = {}
|
||
|
|
||
|
module.exports = nextConfig
|