Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecot committed Jan 24, 2025
1 parent 8c93dbb commit 8b5b743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ indexer_with_migrations:
indexer_with_debugger:
NODE_TLS_REJECT_UNAUTHORIZED=0 bun --inspect-brk run src/indexer.ts

run:
make query

query:
npx --yes nodemon --watch src --ext ts --exec "JSINFO_QUERY_IS_DEBUG_MODE=true bun run src/query.ts"

Expand Down

0 comments on commit 8b5b743

Please sign in to comment.