Skip to content

Commit 1f80d13

Browse files
Fixing commonjs issue.
1 parent 6d98f6a commit 1f80d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//const dotenv = require("dotenv");
22
import dotenv from "dotenv";
3-
const withNotificationToolsReplace = require("./plugins/test.cjs");
3+
import withNotificationToolsReplace from "./plugins/test.cjs";
44

55
// Explicitly load the .env file
66
dotenv.config();

0 commit comments

Comments
 (0)