From 66de79dbaf997b4a34c58e46ad839c64b8b51268 Mon Sep 17 00:00:00 2001 From: kylesmith090502 Date: Mon, 1 Jan 2024 17:34:41 -0500 Subject: [PATCH] Capitalize PORT on Authjs Playground Nuxt Config (oops, I hope this fixes the problem). --- playground-authjs/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground-authjs/nuxt.config.ts b/playground-authjs/nuxt.config.ts index 4192d6e1..050090e2 100644 --- a/playground-authjs/nuxt.config.ts +++ b/playground-authjs/nuxt.config.ts @@ -7,7 +7,7 @@ export default defineNuxtConfig({ globalAppMiddleware: { isEnabled: true }, - baseURL: `http://localhost:${process.env.port || 3000}` + baseURL: `http://localhost:${process.env.PORT || 3000}` }, routeRules: { '/with-caching': {