mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
upgrade to tanstack start alpha devinxi
This commit is contained in:
@@ -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({})],
|
||||
});
|
||||
Reference in New Issue
Block a user