Skip to content

Commit 6f2c77d

Browse files
committed
chore: lint
1 parent de6ab23 commit 6f2c77d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

vite.config.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@ export default defineConfig({
1919
dest: '.',
2020
},
2121
{
22-
src: normalizePath(resolve(__dirname, 'node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css')),
22+
src: normalizePath(
23+
resolve(
24+
__dirname,
25+
'node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css'
26+
)
27+
),
2328
dest: '.',
2429
},
2530
{
26-
src: normalizePath(resolve(__dirname, 'node_modules/leaflet-fullscreen/dist/*.png')),
31+
src: normalizePath(
32+
resolve(__dirname, 'node_modules/leaflet-fullscreen/dist/*.png')
33+
),
2734
dest: '.',
2835
},
2936
{

0 commit comments

Comments
 (0)