Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
chore(build): add docco for local dev in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Jan 3, 2024
1 parent 4ade184 commit b36198c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,14 @@ export default defineConfig({
__GIT_SHA__: JSON.stringify(process.env.__GIT_SHA__),
__APP_VERSION__: JSON.stringify(process.env.npm_package_version),
},
optimizeDeps: {
include: [
/*
Add packages you want to develop locally with caravan here
for example, uncomment the ones below if working on either package
*/
// "unchained-bitcoin",
// "unchained-wallets",
],
},
});

0 comments on commit b36198c

Please sign in to comment.