Started map porting

This commit is contained in:
dpassoni
2023-01-14 09:15:32 +01:00
parent 34e32be857
commit a75a491fe7
9 changed files with 811 additions and 38 deletions

View File

@@ -3,8 +3,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "npm run copy & nodemon ./bin/www",
"copy": "copy .\\node_modules\\leaflet\\dist\\leaflet.css .\\public\\stylesheets\\leaflet.css"
"start": "npm run copy & concurrently --kill-others \"npm run watch\" \"nodemon ./bin/www\"",
"copy": "copy .\\node_modules\\leaflet\\dist\\leaflet.css .\\public\\stylesheets\\leaflet.css",
"watch": "watchify .\\src\\index.ts --debug -p [ tsify --noImplicitAny ] -o .\\public\\javascripts\\bundle.js"
},
"dependencies": {
"@types/geojson": "^7946.0.10",