Files
docker-website/histoire.config.js
2022-12-06 19:31:52 +01:00

7 lines
143 B
JavaScript

import { defineConfig } from 'histoire'
import { HstVue } from '@histoire/plugin-vue'
export default defineConfig({
plugins: [HstVue()],
})