forked from yihong0618/running_page
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some Front Optimization for Keep indoor data (yihong0618#709)
* fix: use specific version match lockfileVersion * chore: slient stderr * fix: heartRates is in keep run data * chore: spell * refactor: use city coord instead country coord (keep indoor data has incomplete geoPoints) * Update utils.ts
- Loading branch information
1 parent
da0d957
commit 1868ade
Showing
3 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"description": "Yi hong", | ||
"version": "1.0.0", | ||
"author": "Yi Hong <[email protected]>", | ||
"packageManager": "[email protected]+sha256.8f5264ad1d100da11a6add6bb8a94c6f1e913f9e9261b2a551fabefad2ec0fec", | ||
"dependencies": { | ||
"@mapbox/mapbox-gl-language": "^1.0.0", | ||
"@mapbox/polyline": "^1.1.1", | ||
|
@@ -29,7 +30,7 @@ | |
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"data:clean": "rm run_page/data.db {GPX,TCX,FIT}_OUT/* activities/* src/static/activities.json", | ||
"data:clean": "rm -f run_page/data.db {GPX,TCX,FIT}_OUT/* activities/* src/static/activities.json", | ||
"data:download:garmin": "python3 run_page/garmin_sync.py", | ||
"data:analysis": "python3 run_page/gen_svg.py --from-db --type github --output assets/github.svg", | ||
"build": "vite build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters