feat(devtools): migrate devtools package into monorepo (#18936)

This commit is contained in:
Sandy Tao
2026-02-18 12:04:02 -08:00
committed by GitHub
parent 858918fe31
commit 65ad78b9c0
17 changed files with 2626 additions and 22 deletions
+25
View File
@@ -0,0 +1,25 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gemini CLI DevTools</title>
<style>
html,
body,
#root {
height: 100%;
margin: 0;
padding: 0;
font-family:
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
Arial, sans-serif;
overflow: hidden;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/assets/main.js"></script>
</body>
</html>