Update outside-nextjs.mdx

This commit is contained in:
James Mikrut
2024-06-24 14:12:50 -04:00
committed by GitHub
parent fce545bed6
commit 9096b746d3

View File

@@ -46,7 +46,7 @@ const dirname = path.dirname(filename)
// If you don't need to load your .env file,
// then you can skip this part!
dotenv.config({
path: path.resolve(__dirname, '../.env'),
path: path.resolve(dirname, '../.env'),
})
const seed = async () => {