This commit is contained in:
Rizky 2024-06-29 04:44:16 +07:00
parent d4c35975f2
commit 470b48297a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export const _ = {
break;
case "db-pull":
{
const env = await readAsync(dir(".env"));
const env = await readAsync(dir("app/db/.env"));
if (env) {
const ENV = parseEnv(env);
if (typeof ENV.DATABASE_URL === "string") {