Skip to content

Commit 6e873e9

Browse files
authored
Merge pull request #258 from devforth/AdminForth/707
Admin forth/707
2 parents 4db0744 + bcf1f4b commit 6e873e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

adminforth/commands/createApp/templates/index.ts.hbs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import AdminForth from 'adminforth';
33
import usersResource from "./resources/adminuser.js";
44
import { fileURLToPath } from 'url';
55
import path from 'path';
6-
6+
import dotenv from "dotenv";
7+
dotenv.config({ path: '.env.local', override: true });
8+
dotenv.config({ path: '.env', override: true });
9+
710
const ADMIN_BASE_URL = '';
811

912
export const admin = new AdminForth({

0 commit comments

Comments
 (0)