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 | import { cloudflare } from "@cloudflare/vite-plugin" |
| #4 |
| #5 | export default defineConfig({ |
| #6 | base: "/_admin/", |
| #7 | plugins: [ |
| #8 | react(), |
| #9 | cloudflare({ |
| #10 | configPath: "./wrangler.jsonc", |
| #11 | persistState: false, |
| #12 | }), |
| #13 | ], |
| #14 | }) |
| #15 |