forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
7a2e7e0727
6 changed files with 5 additions and 6 deletions
|
@ -28,7 +28,7 @@ cp node_modules/name-suggestion-index/dist/nsi.min.json public/assets/data/nsi
|
|||
cp node_modules/name-suggestion-index/dist/wikidata.min.json public/assets/data/nsi
|
||||
vite-node scripts/nsiLogos.ts -- patch
|
||||
|
||||
export NODE_OPTIONS=--max-old-space-size=20000
|
||||
export NODE_OPTIONS=--max-old-space-size=32000
|
||||
which vite
|
||||
vite --version
|
||||
vite build --sourcemap || { echo 'Vite build failed' ; exit 1; }
|
||||
|
|
|
@ -173,7 +173,7 @@ class NsiLogos extends Script {
|
|||
}
|
||||
}
|
||||
|
||||
const iconsTr: TagRenderingConfigJson = <any>{
|
||||
const iconsTr: QuestionableTagRenderingConfigJson = <any>{
|
||||
strict: true,
|
||||
id: "icon",
|
||||
mappings,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue