initial commit
This commit is contained in:
12
apps/web/vite.config.ts
Normal file
12
apps/web/vite.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { tanstackStart } from "@tanstack/react-start/plugin/vite";
|
||||
import viteReact from "@vitejs/plugin-react";
|
||||
import { defineConfig } from "vite";
|
||||
import tsconfigPaths from "vite-tsconfig-paths";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tsconfigPaths(), tailwindcss(), tanstackStart(), viteReact()],
|
||||
server: {
|
||||
port: 3001,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user