first gpx file on map

This commit is contained in:
vcoppe
2024-04-16 22:57:28 +02:00
parent 76178e5c00
commit bd2d3eed66
7 changed files with 343 additions and 10 deletions

View File

@@ -2,5 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
plugins: [sveltekit()]
});