Skip to content

Commit

Permalink
add subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElessarST committed Feb 9, 2024
1 parent 779d70f commit 241b7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"run": "sqd process",
"migrations:generate": "sqd migration:generate",
"migrations:apply": "sqd migration:apply",
"serve": "squid-graphql-server serve",
"serve": "squid-graphql-server --subscriptions serve",
"format": "prettier --write \"src/**/*.ts\"",
"start": "npm run migration:apply && node lib/main.js"
},
Expand Down

0 comments on commit 241b7b1

Please sign in to comment.