bbgo_origin/apps/frontend/next.config.js
2022-09-06 18:55:43 +08:00

9 lines
184 B
JavaScript

module.exports = async (phase, { defaultConfig }) => {
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
/* config options here */
}
return nextConfig
}