Skip to content

Commit

Permalink
replace require with import
Browse files Browse the repository at this point in the history
  • Loading branch information
PollySt committed Jan 19, 2024
1 parent 98bd053 commit 35a9c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig, devices } from '@playwright/test';
const dotenv = require('dotenv');
import * as dotenv from 'dotenv';

/**
* Replicate next.js .env defaults / local override behavior
Expand Down

0 comments on commit 35a9c25

Please sign in to comment.