added vue, map with hardcoded overlays

This commit is contained in:
Andrew
2023-01-18 12:45:57 +00:00
parent 08e76bb9c9
commit f53b7238c4
18 changed files with 1481 additions and 4409 deletions

5
vite.config.js Normal file
View File

@ -0,0 +1,5 @@
export default {
build: {
sourcemap: true,
}
}