mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 04:20:46 +00:00
8 lines
112 B
TypeScript
8 lines
112 B
TypeScript
import ViteYaml from '@modyfi/vite-plugin-yaml';
|
|
|
|
export default {
|
|
plugins: [
|
|
ViteYaml(),
|
|
],
|
|
};
|