forked from MapComplete/MapComplete
Feature: add 'issues'-redirecting page
This commit is contained in:
parent
229b74f175
commit
0b57bc92ef
2 changed files with 10 additions and 1 deletions
9
issues.html
Normal file
9
issues.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html lang="en">
|
||||
<body>
|
||||
|
||||
<script>
|
||||
window.location.href = "https://source.mapcomplete.org/user/login?redirect_to=%2fmapcomplete%2fmapcomplete%2fissues"
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -112,7 +112,7 @@
|
|||
"generate": "npm run generate:licenses && npm run generate:images && npm run generate:charging-stations && npm run generate:translations && npm run reset:layeroverview && npm run generate:service-worker",
|
||||
"generate:charging-stations": "cd ./assets/layers/charging_station && vite-node csvToJson.ts && cd -",
|
||||
"clean:tests": "find . -type f -name \"*.doctest.ts\" | xargs -r rm",
|
||||
"clean": "echo '{\n \"#\": \"Settings in this file override the `config`-section of `package.json`\"\n}' > config.json && rm -rf .cache/ && (find *.html | grep -v \"^\\(404\\|index\\|land\\|privacy\\|test\\|studio\\|theme\\|style_test\\|statistics\\|status\\|leaderboard\\|inspector\\).html\" | xargs -r rm) && (ls | grep \"^index_[a-zA-Z_-]\\+\\.ts$\" | xargs -r rm)",
|
||||
"clean": "echo '{\n \"#\": \"Settings in this file override the `config`-section of `package.json`\"\n}' > config.json && rm -rf .cache/ && (find *.html | grep -v \"^\\(404\\|index\\|land\\|privacy\\|test\\|studio\\|theme\\|style_test\\|statistics\\|status\\|leaderboard\\|inspector\\|issues\\).html\" | xargs -r rm) && (ls | grep \"^index_[a-zA-Z_-]\\+\\.ts$\" | xargs -r rm)",
|
||||
"clean:deep": "rm -rf ./public/assets/generated/themes && rm ./public/assets/generated/theme_overview.json && rm -rf ./public/assets/generated/layers/*",
|
||||
"generate:dependency-graph": "node_modules/.bin/depcruise --exclude \"^node_modules\" --output-type dot Logic/State/MapState.ts > dependencies.dot && dot dependencies.dot -T svg -o dependencies.svg && rm dependencies.dot",
|
||||
"scrapeWebsites": "vite-node scripts/importscripts/compareWebsiteData.ts -- ~/Downloads/ShopsWithWebsiteNodes.csv ~/data/scraped_websites/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue