Our platform for OpenAPI specifications is now available. Automatically update your code when the APIs it depends on change. Find out more.
Please visit our website for documentation, guides, migrating, and more.
Love Hey API? Become our sponsor.
Add to plugins
inside your Vite configuration.
import { heyApiPlugin } from '@hey-api/vite-plugin';
export default defineConfig({
plugins: [
heyApiPlugin({
config: {
// optional configuration instead of using the configuration file
},
}),
],
});