Files
docker-website/histoire.config.js
2022-11-30 12:45:02 +01:00

8 lines
151 B
JavaScript

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