UNPKG

create-app-setup

Version:

A CLI tool to quickly set up frontend & backend projects with various frameworks.

7 lines (5 loc) 118 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, }; export default nextConfig;