UNPKG

@botpress/adk-cli

Version:

Command-line interface for the Botpress Agent Development Kit (ADK)

34 lines (32 loc) 1.24 kB
<!doctype html> <html lang="en" class="dark"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>ADK Dev Console</title> <script type="importmap"> { "imports": { "react": "/registry-react.mjs", "react/jsx-runtime": "/registry-react-jsx-runtime.mjs", "react-dom": "/registry-react-dom.mjs", "react-dom/client": "/registry-react-dom-client.mjs" } } </script> <script type="module" crossorigin src="/assets/index-B2PuNU9Y.js"></script> <link rel="stylesheet" crossorigin href="/assets/index-BfsEhAhZ.css"> </head> <body> <div id="root"></div> <!-- Registry import map: maps the bare specifiers that producer-side bundles externalize (`react`, `react-dom`, `react/jsx-runtime`, `react-dom/client`) to host-served shims. Each shim re-exports the host's bundled React via `window.__HOST_*` globals installed in main.tsx. The map MUST sit before the entry script so it's available at HTML-parse time — runtime injection from main.tsx is too late. --> </body> </html>