Skip to content

Commit

Permalink
remove subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
ElessarST committed Mar 27, 2024
1 parent 90dbdba commit e959048
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 @@ -10,7 +10,7 @@
"migrations:generate": "sqd migration:generate",
"migrations:apply": "sqd migration:apply",
"serve": "squid-graphql-server serve",
"serve:prod": "squid-graphql-server --dumb-cache in-memory --dumb-cache-ttl 1000 --dumb-cache-size 100 --dumb-cache-max-age 1000",
"serve:prod": "squid-graphql-server --subscriptions --dumb-cache in-memory --dumb-cache-ttl 1000 --dumb-cache-size 100 --dumb-cache-max-age 1000",
"format": "prettier --write \"src/**/*.ts\"",
"start": "npm run migration:apply && node lib/main.js"
},
Expand Down

0 comments on commit e959048

Please sign in to comment.