We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e9178 commit 7360d27Copy full SHA for 7360d27
src/server/dev.ts
@@ -63,8 +63,9 @@ export async function createDevServer(
63
...(options.ws as CrossWSOptions),
64
async resolve(info) {
65
return {
66
+ ...(await (options.ws as CrossWSOptions)?.resolve?.(info)),
67
...dynamicWS.hooks,
- ...(await (options.ws as CrossWSOptions).resolve?.(info)),
68
+ ...(await dynamicWS.resolve?.(info)),
69
};
70
},
71
0 commit comments