init

init

init
This commit is contained in:
afiqzudinhadi 2025-06-05 13:45:41 +08:00
commit 7335ea2581
11 changed files with 11375 additions and 0 deletions

7
vite.config.ts Normal file
View file

@ -0,0 +1,7 @@
import { vitePlugin as remix } from "@remix-run/dev";
import { defineConfig } from "vite";
import tsConfigPaths from "vite-tsconfig-paths";
export default defineConfig({
plugins: [remix(), tsConfigPaths()],
});