Files
zipline/next.config.js
2023-07-03 23:11:13 -07:00

6 lines
117 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig