mirror of
https://github.com/fergalmoran/kidarr-server.git
synced 2025-12-22 09:17:51 +00:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
env: {},
|
|
};
|
|
|
|
module.exports = nextConfig;
|