0.2.0 • Published 8 months ago
@hey-api/vite-plugin v0.2.0
Platform
Our platform for OpenAPI specifications is now available. Automatically update your code when the APIs it depends on change. Find out more.
Documentation
Please visit our website for documentation, guides, migrating, and more.
Sponsors
Love Hey API? Become our sponsor.
Usage
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
},
}),
],
});0.2.0
8 months ago