mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 10:16:43 +00:00
template: tanstack_start_ts
This commit is contained in:
commit
929a9a457a
65 changed files with 15569 additions and 0 deletions
9
vite.config.ts
Normal file
9
vite.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// @lovable.dev/vite-tanstack-config already includes the following — do NOT add them manually
|
||||
// or the app will break with duplicate plugins:
|
||||
// - tanstackStart, viteReact, tailwindcss, tsConfigPaths, cloudflare (build-only),
|
||||
// componentTagger (dev-only), VITE_* env injection, @ path alias, React/TanStack dedupe,
|
||||
// error logger plugins, and sandbox detection (port/host/strictPort).
|
||||
// You can pass additional config via defineConfig({ vite: { ... } }) if needed.
|
||||
import { defineConfig } from "@lovable.dev/vite-tanstack-config";
|
||||
|
||||
export default defineConfig();
|
||||
Loading…
Add table
Add a link
Reference in a new issue