[examples/538][m] - little fixes and renaming (#870)

This commit is contained in:
Luccas Mateus
2023-05-11 13:15:18 -03:00
committed by GitHub
parent 336ff819dc
commit 1cfc4db528
20 changed files with 304 additions and 84 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
serverRuntimeConfig: {
github_pat: process.env.GITHUB_PAT ? process.env.GITHUB_PAT : null,
},
}
module.exports = nextConfig