|
|
|
@ -1,7 +1,5 @@ |
|
|
|
import path from "node:path"; |
|
|
|
import react from "@vitejs/plugin-react"; |
|
|
|
import deno from "@deno/vite-plugin"; |
|
|
|
import tailwind from "@vitejs/plugin-react"; |
|
|
|
import { defineConfig } from "vitest/config"; |
|
|
|
|
|
|
|
import { enableMapSet } from "immer"; |
|
|
|
@ -11,8 +9,6 @@ enableMapSet(); |
|
|
|
export default defineConfig({ |
|
|
|
plugins: [ |
|
|
|
react(), |
|
|
|
deno(), |
|
|
|
tailwind(), |
|
|
|
], |
|
|
|
resolve: { |
|
|
|
alias: { |
|
|
|
|