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| #1 | import path from "path" |
| #2 | import react from "@vitejs/plugin-react" |
| #3 | import { defineConfig } from "vite" |
| #4 |
| #5 | export default defineConfig({ |
| #6 | plugins: [react()], |
| #7 | resolve: { |
| #8 | alias: { |
| #9 | "@": path.resolve(__dirname, "./src"), |
| #10 | buffer: 'buffer' |
| #11 | }, |
| #12 | }, |
| #13 | }) |
| #14 |