Skip to content

Commit b678386

Browse files
lorenzo-pomilichenglou
authored andcommitted
fix SPA mode watcher path in react-hooks template Signed-Off-By: Lorenzo Pomili <[email protected]> (#4114)
1 parent 5492305 commit b678386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/bsb/templates/react-hooks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<!-- This is https://github.com/marijnh/moduleserve, the secret sauce that allows us not need to bundle things during development, and have instantaneous iteration feedback, without any hot-reloading or extra build pipeline needed. -->
1818
<script src="/moduleserve/load.js" data-module="/src/Index.bs.js"></script>
1919
<!-- Our little watcher. Super clean. Check it out! -->
20-
<script src="./watcher.js"></script>
20+
<script src="/watcher.js"></script>
2121
</body>
2222
</html>

0 commit comments

Comments
 (0)