Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ esbuild
outfile: "dist/backend.js",
logLevel: "info",
target: "es6",
platform: "browser",
watch: {
onRebuild(error, result) {
if (error) console.error("watch build (code) failed:", error);
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.0",
"linelabel": "^0.1.1",
"osmtogeojson": "3.0.0-beta.5",
"osmtogeojson": "2.2.12",
"polylabel": "^1.1.0",
"rbush": "^3.0.1"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This project is using npm (there's a pnpm-lock)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understood! Will revert

}