Skip to content

Commit 82ffd1b

Browse files
committed
Use web-dev-server for local development
1 parent 8ea3dd7 commit 82ffd1b

File tree

4 files changed

+3014
-144
lines changed

4 files changed

+3014
-144
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<script type="module">
1111
// import 'https://unpkg.com/@github/custom-element-boilerplate@latest/dist/custom-element.js'
12-
import '../dist/custom-element.js'
12+
import '../src/custom-element.ts'
1313
</script>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)