Files
kidarr-server/next.config.js
2023-10-16 23:18:27 +01:00

7 lines
106 B
JavaScript

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