UNPKG

create-imr-app

Version:

Create web application with the imr stack

14 lines (11 loc) 201 B
import type { NextConfig } from 'next' const nextConfig: NextConfig = { experimental: { ppr: true, }, typedRoutes: true, typescript: { ignoreBuildErrors: true, } } export default nextConfig