feat: rewrite readme and clean up support
This commit is contained in:
parent
38af26d959
commit
7758be92b4
16 changed files with 383 additions and 453 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue