Skip to content

Commit

Permalink
Merge pull request #2 from vuelessjs/VL_Fix-stories-path_Dmytro-Holdobin
Browse files Browse the repository at this point in the history
VL_Fix-stories-path_Dmytro-Holdobin
  • Loading branch information
Explicit12 authored Dec 19, 2024
2 parents 36516da + 867ce07 commit faf4b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type { import('@storybook/vue3-vite').StorybookConfig } */
export default {
stories: [
"../node_modules/vueless/**/*stories@(js|jsx|ts|tsx)",
"../node_modules/vueless/**/*stories.@(js|jsx|ts|tsx)",
"../node_modules/vueless/**/*.@(mdx)",
"../src/**/*stories.@(js|jsx|ts|tsx)",
"../src/**/*.@(mdx)",
Expand Down
2 changes: 1 addition & 1 deletion src/.storybook/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Vue from "@vitejs/plugin-vue";
import { Vueless } from "vueless/plugin-vite";

export default defineConfig({
plugins: [Vue(), Vueless({ mode: "storybook", env: "vueless", debug: false })],
plugins: [Vue(), Vueless({ mode: "storybook", debug: false })],
optimizeDeps: {
include: [
"cva",
Expand Down

0 comments on commit faf4b7c

Please sign in to comment.