mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
module.exports = nextConfig;
|