Skip to content

Commit

Permalink
build: ci troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Nov 19, 2023
1 parent 4cb9462 commit e9dc312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/simple/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { join } from "path";
import { loadEnvConfig } from "@next/env";

loadEnvConfig(process.env.PWD!);
console.log("process.env.PWD: ", process.env.PWD!);
console.log("process.env: ", process.env);

// Use process.env.PORT by default and fallback to port 3000
const PORT = process.env.PORT || 3000;
Expand Down

0 comments on commit e9dc312

Please sign in to comment.