Skip to content

Commit 3838f62

Browse files
committed
Docs: debug files on examples
1 parent 445557d commit 3838f62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/pages/examples/[...slug].astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@ const searchMeta = {
7676
additionalPageFiles={example.additionalPageFiles}
7777
tip={tip}
7878
></CodePlayground>
79+
<script define:vars={{ files }}>
80+
console.log('CodePlayground files:', files);
81+
</script>
7982
</page>
8083
</Playground>

0 commit comments

Comments
 (0)