Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Nov 27, 2023
1 parent de6ab23 commit 6f2c77d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,18 @@ export default defineConfig({
dest: '.',
},
{
src: normalizePath(resolve(__dirname, 'node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css')),
src: normalizePath(
resolve(
__dirname,
'node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css'
)
),
dest: '.',
},
{
src: normalizePath(resolve(__dirname, 'node_modules/leaflet-fullscreen/dist/*.png')),
src: normalizePath(
resolve(__dirname, 'node_modules/leaflet-fullscreen/dist/*.png')
),
dest: '.',
},
{
Expand Down

0 comments on commit 6f2c77d

Please sign in to comment.