Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit a2e4b40

Browse files
committed
Update usage of dotenv
1 parent ac1afd1 commit a2e4b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-test-runner.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { config } from 'dotenv';
1+
import dotenv from 'dotenv';
22
import { esbuildPlugin } from '@web/dev-server-esbuild';
33

4-
config();
4+
dotenv.config();
55

66
import { browserstackLauncher } from '@web/test-runner-browserstack';
77
const sharedCapabilities = {

0 commit comments

Comments
 (0)