0
0
Fork 0

Merge pull request #81 from Oliver-Akins/dev

Fix order of ternary expression
This commit is contained in:
Oliver 2021-03-04 14:48:52 -07:00 committed by GitHub
commit 45cd8beb2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ Vue.config.productionTip = false;
Vue.use(clipboard);
Vue.use(VueSocketIOExt, io(
process.env.NODE_ENV === `development` ? websocket_uri : dev_websocket_uri
process.env.NODE_ENV === `development` ? dev_websocket_uri : websocket_uri
));
new Vue({