Skip to content

Commit

Permalink
move the vite config for ladle into the ladle directory (#23)
Browse files Browse the repository at this point in the history
* move the vite config for ladle into the ladle directory

Having it in the project root is causing rollup to output the build
into incorrect sub directories.

* didn't mean to include this

* did not need a rename
  • Loading branch information
jivey authored Oct 19, 2023
1 parent 5d7b4c0 commit 7b68e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ladle/config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default {
base: "/ui-components/",
outDir: "docs",
mode: "preview"
mode: "preview",
viteConfig: process.cwd() + "/.ladle/vite.config.ts"
};
File renamed without changes.

0 comments on commit 7b68e6e

Please sign in to comment.