We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce6f2e commit 7fbd2d9Copy full SHA for 7fbd2d9
.husky/pre-commit
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bash
+#!/usr/bin/env sh
2
+. "$(dirname "$0")/_/husky.sh"
3
-# Run lint-staged
4
-npx lint-staged
+./node_modules/.bin/lint-staged
indexer/src/kadena-server/server.ts
@@ -355,7 +355,7 @@ export async function startGraphqlServer() {
355
// Set up WebSocket server for subscriptions
356
const wsServer = new WebSocketServer({
357
server: httpServer,
358
- path: '/wss/graphql',
+ path: '/graphql',
359
});
360
361
// Track active connections
0 commit comments