use cdn dir for testing

This commit is contained in:
konnorrogers
2023-06-12 11:18:24 -04:00
parent d236206cce
commit 96daee5e1a

View File

@@ -28,8 +28,8 @@ export default {
<html lang="en-US">
<head></head>
<body>
<link rel="stylesheet" href="dist/themes/light.css">
<script type="module" src="dist/shoelace.js"></script>
<link rel="stylesheet" href="cdn/themes/light.css">
<script type="module" src="cdn/shoelace.js"></script>
<script type="module" src="${testFramework}"></script>
</body>
</html>