kinow commented on code in PR #2055:
URL: https://github.com/apache/jena/pull/2055#discussion_r1380085269
##########
jena-fuseki2/jena-fuseki-ui/vite.config.js:
##########
@@ -84,7 +62,7 @@ export default defineConfig({
target: `http://localhost:${process.env.FUSEKI_PORT || 3030}`,
changeOrigin: true,
secure: false,
- ws: true,
+ ws: false,
Review Comment:
Can't recall why I enabled it, so left it as a separate commit so I remember
why/where that was disabled.
In case we need that (Vite has a built-in endpoint to refresh the page in
dev mode) we should be able to add it just for the endpoint `/`.
##########
jena-fuseki2/jena-fuseki-ui/vite.config.js:
##########
@@ -84,7 +62,7 @@ export default defineConfig({
target: `http://localhost:${process.env.FUSEKI_PORT || 3030}`,
changeOrigin: true,
secure: false,
- ws: true,
+ ws: false,
Review Comment:
Can't recall why I enabled it, so left it as a separate commit so I remember
why/where that was disabled.
In case we need that (Vite has a built-in endpoint to refresh the page in
dev mode) we should be able to add it back later just for the endpoint `/`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]