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 a83cf08 commit 5286288Copy full SHA for 5286288
adminforth/commands/createApp/templates/index.ts.hbs
@@ -3,6 +3,8 @@ import AdminForth from 'adminforth';
3
import usersResource from "./resources/adminuser.js";
4
import { fileURLToPath } from 'url';
5
import path from 'path';
6
+import dotenv from "dotenv";
7
+dotenv.config({ path: '.env.local' });
8
9
const ADMIN_BASE_URL = '';
10
0 commit comments