init: create project with settings

This commit is contained in:
rusconn
2022-03-21 03:02:59 +00:00
commit d1e5c9e7f6
22 changed files with 2367 additions and 0 deletions

6
next.config.js Normal file
View File

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