chore: remove devv-app and external static.devv.ai references; no external data fetch
This commit is contained in:
parent
5a111a3d3e
commit
7bead3709a
3 changed files with 6 additions and 34 deletions
10
index.html
10
index.html
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue