feat: statically render the jet ansi text

This commit is contained in:
Jet Pham 2026-03-05 13:18:50 -08:00
parent e6a9b1a111
commit 5cbe032c23
No known key found for this signature in database
7 changed files with 74 additions and 51 deletions

View file

@ -3,9 +3,10 @@ import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
import wasm from "vite-plugin-wasm";
import topLevelAwait from "vite-plugin-top-level-await";
import ansi from "./vite-plugin-ansi";
export default defineConfig({
plugins: [react(), tailwindcss(), wasm(), topLevelAwait()],
plugins: [ansi(), react(), tailwindcss(), wasm(), topLevelAwait()],
resolve: {
alias: {
"~": "/src",