Files
Minikura/apps/web/next.config.mjs

10 lines
138 B
JavaScript
Raw Normal View History

2024-09-21 13:28:02 +07:00
// @ts-check
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
/* config options here */
}
export default nextConfig