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.
2 parents 6e1847c + 2c70103 commit 9cb1f00Copy full SHA for 9cb1f00
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