Skip to content

Commit

Permalink
Switch to dev SDK (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi authored Jan 23, 2024
1 parent 26f0e95 commit 04dc1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
const _host = "<%= host %>";
const _firebaseConfig = <%- firebaseConfig %>;
</script>
<script type="text/javascript" src="https://unpkg.com/@signalwire/js"></script>
<script type="text/javascript" src="https://unpkg.com/@signalwire/js@dev"></script>
<script src="/full.js"></script>
</body>

Expand Down
4 changes: 2 additions & 2 deletions views/minimal.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
const _host = "<%= host %>";
const _firebaseConfig = <%- firebaseConfig %>;
</script>
<script type="text/javascript" src="https://unpkg.com/@signalwire/js"></script>
<script type="text/javascript" src="https://unpkg.com/@signalwire/js@dev"></script>
<script type="text/javascript" src="/minimal.js"></script>
</body>

</html>
</html>

0 comments on commit 04dc1fb

Please sign in to comment.