Skip to content

Commit

Permalink
fix: attempt shiki fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregermendle committed Nov 20, 2023
1 parent b002a4a commit 26d0499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/example/app/routes/__layout._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Button } from "@/components/ui/button";
import { Logo } from "@/components/ui/logo";
import { json } from "@remix-run/node";
import { LoaderFunctionArgs } from "react-router";
import * as shiki from "shiki";
import * as shiki from "~/shiki.server";
import { Link, useLoaderData } from "@remix-run/react";
import { delay, fromEvent, map, mergeMap, tap } from "rxjs";
import { cn } from "@/lib/utils";
Expand Down
1 change: 1 addition & 0 deletions apps/example/app/shiki.server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "shiki";

0 comments on commit 26d0499

Please sign in to comment.