Files
flowsint/next.config.js
2025-02-02 01:38:30 +01:00

5 lines
94 B
JavaScript

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