We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ddce0 commit 2c70103Copy full SHA for 2c70103
sanity-report-dev11.js
@@ -1,5 +1,5 @@
1
-import dotenv from "dotenv";
2
-import fs from "fs";
+const dotenv = require("dotenv");
+const fs = require("fs");
3
4
dotenv.config();
5
0 commit comments