chore: clean up

This commit is contained in:
2024-02-06 09:15:20 +07:00
parent a21da11a91
commit a4069dae99
16 changed files with 148 additions and 352 deletions

View File

@@ -1,10 +0,0 @@
import { unstable_vitePlugin as remix } from "@remix-run/dev";
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
export default defineConfig({
plugins: [
remix({ unstable_ssr: false, buildDirectory: "../../dist" }),
tsconfigPaths(),
],
});