mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 16:02:24 +00:00
* fix(agents): find OMP by its full project name * test(agents): make picker baseline proof omit OMP aliases * style(test): brace picker baseline condition
11 lines
193 B
HTML
11 lines
193 B
HTML
<!doctype html>
|
|
<html class="dark">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="./fixture.tsx"></script>
|
|
</body>
|
|
</html>
|