refactor: move to bun #19

Closed
philipp wants to merge 29 commits from bun into dev
2 changed files with 4 additions and 4 deletions
Showing only changes of commit c13fb48b4b - Show all commits

View File

@ -10,7 +10,7 @@
<link <link
rel="preload" rel="preload"
as="image" as="image"
href="https://barcodeapi.org/api/8/12345670?" href="{{barcode_url}}"
/> />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="x-apple-disable-message-reformatting" /> <meta name="x-apple-disable-message-reformatting" />
@ -203,7 +203,7 @@
<img <img
title="Dein Registrierungs-Code" title="Dein Registrierungs-Code"
alt="Dein Registrierungs-Code" alt="Dein Registrierungs-Code"
src="https://barcodeapi.org/api/8/12345670?" src="{{barcode_url}}"
style=" style="
display: block; display: block;
outline: none; outline: none;

View File

@ -10,7 +10,7 @@
<link <link
rel="preload" rel="preload"
as="image" as="image"
href="https://barcodeapi.org/api/8/12345670?" href="{{barcode_url}}"
/> />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="x-apple-disable-message-reformatting" /> <meta name="x-apple-disable-message-reformatting" />
@ -202,7 +202,7 @@
<img <img
title="Your registration code" title="Your registration code"
alt="Your registration code" alt="Your registration code"
src="https://barcodeapi.org/api/8/12345670?" src="{{barcode_url}}"
style=" style="
display: block; display: block;
outline: none; outline: none;