Skip to content

Commit

Permalink
Capitalize PORT on Authjs Playground Nuxt Config (oops, I hope this f…
Browse files Browse the repository at this point in the history
…ixes the problem).
  • Loading branch information
KyleSmith0905 committed Jan 1, 2024
1 parent 91d8da5 commit 66de79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground-authjs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 66de79d

Please sign in to comment.