Skip to content

Commit 307206b

Browse files
committed
1 parent 37896ca commit 307206b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vite.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const createConfig = ({ mode }: UserConfig) => {
2727
"@routes": path.resolve(__dirname, "client/assets/routes"),
2828
"@games": path.resolve(__dirname, "games"),
2929
"@": path.resolve(__dirname, "."),
30+
"xmlhttprequest-ssl":
31+
"./node_modules/engine.io-client/lib/xmlhttprequest.js",
3032
},
3133
},
3234
});

0 commit comments

Comments
 (0)