feat: move to vite

This commit is contained in:
Jet Pham 2026-03-05 17:26:17 -08:00
parent 5cbe032c23
commit 4c09d416cf
No known key found for this signature in database
14 changed files with 112 additions and 881 deletions

View file

@ -1,12 +1,11 @@
import { defineConfig } from "vite";
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: [ansi(), react(), tailwindcss(), wasm(), topLevelAwait()],
plugins: [ansi(), tailwindcss(), wasm(), topLevelAwait()],
resolve: {
alias: {
"~": "/src",