feat: rewrite readme and clean up support

This commit is contained in:
Jet 2026-03-26 21:27:26 -07:00
parent 38af26d959
commit 7758be92b4
No known key found for this signature in database
16 changed files with 383 additions and 453 deletions

View file

@ -4,12 +4,10 @@ import wasm from "vite-plugin-wasm";
import topLevelAwait from "vite-plugin-top-level-await";
import { viteSingleFile } from "vite-plugin-singlefile";
import ansi from "./vite-plugin-ansi";
import markdown from "./vite-plugin-markdown";
export default defineConfig({
plugins: [
ansi(),
markdown(),
tailwindcss(),
wasm(),
topLevelAwait(),