upgrade to tanstack start alpha devinxi

This commit is contained in:
Aman Varshney
2025-06-11 19:35:05 +05:30
parent 1dc922233f
commit 0ffaeddd72
12 changed files with 44 additions and 76 deletions

View File

@@ -0,0 +1,8 @@
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
import { tanstackStart } from "@tanstack/react-start/plugin/vite";
import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [tsconfigPaths(), tailwindcss(), tanstackStart({})],
});