repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| import { defineConfig } from "vite"; |
| #2 | import react from "@vitejs/plugin-react"; |
| #3 |
| #4 | export default defineConfig({ |
| #5 | plugins: [react()], |
| #6 | server: { |
| #7 | port: 4174, |
| #8 | host: "0.0.0.0", |
| #9 | }, |
| #10 | build: { |
| #11 | rollupOptions: { |
| #12 | output: { |
| #13 | manualChunks: { |
| #14 | react: ["react", "react-dom"], |
| #15 | three: ["three", "@react-three/fiber", "@react-three/drei"], |
| #16 | icons: ["lucide-react"], |
| #17 | }, |
| #18 | }, |
| #19 | }, |
| #20 | }, |
| #21 | }); |
| #22 |