Added ejs support

This commit is contained in:
Pax1601
2023-01-13 08:14:31 +01:00
parent c21f03b050
commit 34e32be857
9 changed files with 14866 additions and 24 deletions

View File

@@ -3,13 +3,15 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
"start": "npm run copy & nodemon ./bin/www",
"copy": "copy .\\node_modules\\leaflet\\dist\\leaflet.css .\\public\\stylesheets\\leaflet.css"
},
"dependencies": {
"@types/geojson": "^7946.0.10",
"@types/leaflet": "^1.9.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.1.8",
"express": "~4.16.1",
"leaflet": "^1.9.3",
"morgan": "~1.9.1"