Files
diff-viewer-extension/index.html
Pierre Jacquier 28eb6ec3f3 Migrate away from CRA (#155)
* Migrate away from CRA
Fixes #128

* Add vitest

* Fix github client, still issues with kittycad

* Working e2e tests when kittycad.ts functions don't call node-fetch

* Remove cross-fetch that was causing issues in the browser (not sure why)

* Node 18, rm custom kittycad.ts, replace node-fetch

* Clean up

* Clean up and lint
2023-05-16 18:20:48 -04:00

11 lines
232 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>KittyCAD Diff Viewer Extension</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>