Skip to content

Commit

Permalink
fix: ensure fullscreen Vite error fixes itself automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Sep 29, 2023
1 parent d47399e commit 6e56f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/html-error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { escape } from "html-escaper";
export function generateHtmlError(message: string) {
return `<html>
<head>
<meta http-equiv="refresh" content="1">
<style>
body {
background: #FCA5A5
Expand Down

0 comments on commit 6e56f91

Please sign in to comment.