Files
bun.sh/src/fallback.html
Jarred Sumner e3188c918a use Biome to format Bun's codebase instead of Prettier (#8494)
* Ignore

* Create biome.json

* Ignore

* biome

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-01-25 19:15:26 -08:00

23 lines
683 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body style="visibility: hidden">
<!-- biome-ignore: format -->
<script id="__bunfallback" type="binary/peechy">{[blob]s}</script>
{[preload]s}
<script type="module" async src="/bun:error.js"></script>
<!-- biome-ignore: format -->
<script id='__bun_fallback_script' type="application/javascript">{[fallback]s}</script>
<!-- biome-ignore: format -->
<script async type="module">{[entry_point]s}</script>
<link rel="preload" type="text/css" as="style" href="/bun:erro.css" />
</body>
</html>