Skip to content

Commit 6d98f6a

Browse files
Fixed import issue.
1 parent 9d69b44 commit 6d98f6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const dotenv = require("dotenv");
1+
//const dotenv = require("dotenv");
2+
import dotenv from "dotenv";
23
const withNotificationToolsReplace = require("./plugins/test.cjs");
34

45
// Explicitly load the .env file

0 commit comments

Comments
 (0)