Skip to content

Commit

Permalink
arreglar scraper-manzana en cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Jun 14, 2024
1 parent a366fd3 commit 30ec61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper-manzana/dbs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function migrateDb(
name: DbType
): Promise<void> {
await migrate(db, {
migrationsFolder: join(import.meta.dirname, name, "drizzle"),
migrationsFolder: join(import.meta.dirname || __dirname, name, "drizzle"),
});
}

Expand Down

0 comments on commit 30ec61d

Please sign in to comment.