This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
web-client/next.config.mjs

5 lines
92 B
JavaScript
Raw Permalink Normal View History

2024-06-03 13:49:57 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;