Skip to content

Commit

Permalink
fix: include license in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 9, 2023
1 parent ab6aceb commit 734b3a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export default defineConfig({
src: normalizePath(resolve(__dirname, 'node_modules/leaflet/dist/images')),
dest: '.',
},
{
src: normalizePath(resolve(__dirname, 'LICENSE')),
dest: '.',
},
],
}),
],
Expand Down

0 comments on commit 734b3a6

Please sign in to comment.