Skip to content

Commit

Permalink
Fix/avoid area generation (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator authored Sep 25, 2023
2 parents d0cf24f + 2c26a24 commit be52527
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ extension.
After doing that, open the application in the browser and press F12 and select the tab `Console`, `Vue` or `Sources`
(and then expand e.g.: `webpack://src`).

##### USB debugging

To debug the client on a mobile phone you can follow e.g. [this guide](https://chenhuijing.com/blog/debugging-firefox-on-android/#%F0%9F%8F%80).

### Build and deploy

The app must be built before it is deployed. To do so, run:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"lz-string": "^1.4.4",
"mini-css-extract-plugin": "^2.0.0",
"moment": "^2.29.4",
"openrouteservice-js": "^0.3.1",
"openrouteservice-js": "^0.3.2",
"path-browserify": "^1.0.1",
"postcss": "^8.4.16",
"postcss-import": "^11.0.0",
Expand Down
Loading

0 comments on commit be52527

Please sign in to comment.