Slice 1: Conversation to Proposed Work with MiMo V2.5 #19

Merged
puter merged 8 commits from feat/web-integrarion into master 2026-07-27 09:32:29 +00:00
135 changed files with 10608 additions and 5069 deletions
Showing only changes of commit 4605dd7c92 - Show all commits

View File

@@ -6,6 +6,9 @@ import { defineConfig } from "vite-plus";
export default defineConfig({
envDir: path.resolve(import.meta.dirname, "../.."),
server: {
allowedHosts: true,
},
plugins: [tailwindcss(), reactRouter()],
resolve: {
dedupe: ["convex", "react", "react-dom"],