Files
web/next.config.js
2024-01-16 14:22:54 +01:00

5 lines
94 B
JavaScript

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