Skip to content

Commit bcf1f4b

Browse files
author
yaroslav8765
committed
fix: add import .env and .env.local in index.ts.hbs
1 parent a090974 commit bcf1f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import path from 'path';
66
import dotenv from "dotenv";
77
dotenv.config({ path: '.env.local', override: true });
88
dotenv.config({ path: '.env', override: true });
9-
9+
1010
const ADMIN_BASE_URL = '';
1111

1212
export const admin = new AdminForth({

0 commit comments

Comments
 (0)