Skip to content

Commit

Permalink
remove .env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Aug 13, 2024
1 parent 052c314 commit 66db968
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/local-explorer/.env.local

This file was deleted.

10 changes: 8 additions & 2 deletions examples/local-explorer/mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ procs:
RPC_HTTP_URL: "http://127.0.0.1:8545"
FOLLOW_BLOCK_TAG: "latest"
SQLITE_FILENAME: "indexer.db"
# explorer:
# shell: pnpm explorer
# env:
# PORT: "13690"
# INDEXER_DB_PATH: "indexer.db"
explorer:
shell: pnpm explorer
cwd: "../../packages/explorer"
shell: pnpm dev
env:
PORT: "13690"
INDEXER_DB_PATH: "indexer.db"
INDEXER_DB_PATH_ABSOLUTE: "/Users/karolis/Code/Lattice.xyz/experiments/mud-2/examples/local-explorer/indexer.db"

0 comments on commit 66db968

Please sign in to comment.