Skip to content

Commit d9f4e85

Browse files
committed
Change port to 8081 + some minor tweaks
1 parent 3edff12 commit d9f4e85

11 files changed

+957
-25
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div id="react-root"></div>
99

1010
<script>
11-
const bundlePath = 'http://localhost:8080/build/bundle.js';
11+
const bundlePath = 'http://localhost:8081/build/bundle.js';
1212
const bundleScriptEl = document.createElement('script');
1313
bundleScriptEl.src = bundlePath;
1414
document.currentScript.parentNode.insertBefore(bundleScriptEl, document.currentScript);

0 commit comments

Comments
 (0)