Skip to content

Commit df7a3e3

Browse files
committed
Commented out required line for devtool in index.template.html for production
1 parent 1506f7f commit df7a3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
2121
crossorigin="anonymous"
2222
/>
23-
<!-- below script to allow vue devtools to connect to our electron dev app - https://devtools.vuejs.org/-->
24-
<script src="http://localhost:8098"></script>
23+
<!-- below script allows OverVue to connect to vue devtools - https://devtools.vuejs.org/-->
24+
<!-- <script src="http://localhost:8098"></script> -->
2525

2626
</head>
2727
<body>

0 commit comments

Comments
 (0)