chore: remove devv-app and external static.devv.ai references; no external data fetch

This commit is contained in:
Chenwei Jiang 2025-08-21 17:28:35 +08:00
parent 5a111a3d3e
commit 7bead3709a
Signed by: cheverjohn
GPG key ID: ADC4815BFE960182
3 changed files with 6 additions and 34 deletions

View file

@ -9,15 +9,7 @@
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: Load external tool via runtime injection to avoid Vite resolving at build time -->
<script>
(function() {
var s = document.createElement('script');
s.type = 'module';
s.src = '/devv-app.js';
document.head.appendChild(s);
})();
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>