Skip to content

Commit

Permalink
cli: add @electric-sql/pglite as external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipaljadeja committed Dec 2, 2024
1 parent ea3f6b2 commit 86a09e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/rollup/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { appConfig } from "./plugins/config";
import { esmShim } from "./plugins/esm-shim";
import { indexers } from "./plugins/indexers";

const runtimeDependencies = ["better-sqlite3"];
const runtimeDependencies = ["better-sqlite3", "@electric-sql/pglite"];

export function getRollupConfig(apibara: Apibara): RollupConfig {
const extensions: string[] = [
Expand Down

0 comments on commit 86a09e3

Please sign in to comment.