Files
vscode/build/vite/index.html
Henning Dieterichs a335d51f66 Adds hot reload launch config (#277123)
* Adds hot reload launch config

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2025-11-21 11:18:47 +01:00

10 lines
269 B
HTML

<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
<!DOCTYPE html>
<html>
<body>
<div id="sampleContent"></div>
<p>Use the Playground Launch Config for a better dev experience</p>
<script src="./index.ts" type="module"></script>
</body>
</html>