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 6d98f6a commit 1f80d13Copy full SHA for 1f80d13
app.config.js
@@ -1,6 +1,6 @@
1
//const dotenv = require("dotenv");
2
import dotenv from "dotenv";
3
-const withNotificationToolsReplace = require("./plugins/test.cjs");
+import withNotificationToolsReplace from "./plugins/test.cjs";
4
5
// Explicitly load the .env file
6
dotenv.config();
0 commit comments