Skip to content

Commit 16710f1

Browse files
authored
chore(store-indexer): start frontend with decoded backend (#3572)
1 parent 8602248 commit 16710f1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/lemon-rivers-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@latticexyz/store-indexer": patch
3+
---
4+
5+
`pnpm start:postgres-decoded` now starts both the indexer backend and frontend.

packages/store-indexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dev": "tsup --watch",
3838
"lint": "eslint .",
3939
"start:postgres": "concurrently -n indexer,frontend -c cyan,magenta 'tsx src/bin/postgres-indexer' 'tsx src/bin/postgres-frontend'",
40-
"start:postgres-decoded": "tsx src/bin/postgres-decoded-indexer",
40+
"start:postgres-decoded": "concurrently -n indexer,frontend -c cyan,magenta 'tsx src/bin/postgres-decoded-indexer' 'tsx src/bin/postgres-frontend'",
4141
"start:postgres-decoded:local": "DATABASE_URL=postgres://127.0.0.1/postgres RPC_HTTP_URL=http://127.0.0.1:8545 pnpm start:postgres-decoded",
4242
"start:postgres-decoded:testnet": "DATABASE_URL=postgres://127.0.0.1/postgres RPC_HTTP_URL=https://rpc.holesky.redstone.xyz pnpm start:postgres-decoded",
4343
"start:postgres:local": "DATABASE_URL=postgres://127.0.0.1/postgres RPC_HTTP_URL=http://127.0.0.1:8545 pnpm start:postgres",

0 commit comments

Comments
 (0)