feat(share): enable syntax highlighting

This commit is contained in:
Elian Doran
2025-06-09 18:22:30 +03:00
parent 54ffeeaed9
commit 1bcb811835
8 changed files with 82 additions and 47 deletions

View File

@@ -4,6 +4,8 @@ import type { ViewScope } from "./link.js";
const SVG_MIME = "image/svg+xml";
export const isShare = !window.glob;
function reloadFrontendApp(reason?: string) {
if (reason) {
logInfo(`Frontend app reload: ${reason}`);