Files
daedalOS/next.config.js
2022-01-09 14:05:00 -08:00

11 lines
140 B
JavaScript

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