forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
7a2e7e0727
6 changed files with 5 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -10,7 +10,6 @@ import Constants from "../Models/Constants.js"
|
|||
import { Utils } from "../Utils.js"
|
||||
import { UIEventSource } from "../Logic/UIEventSource"
|
||||
import { WithSearchState } from "../Models/ThemeViewState/WithSearchState"
|
||||
import { ThemeConfigJson } from "../Models/ThemeConfig/Json/ThemeConfigJson"
|
||||
import ThemeConfig from "../Models/ThemeConfig/ThemeConfig"
|
||||
import { AndroidPolyfill } from "../Logic/Web/AndroidPolyfill"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { default as StatisticsSvelte } from "../UI/Statistics/StatisticsGui.svelte"
|
||||
import StatisticsSvelte from "../UI/Statistics/StatisticsGui.svelte"
|
||||
|
||||
const target = document.getElementById("main")
|
||||
target.innerHTML = ""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import MetaTagging from "./src/Logic/MetaTagging"
|
||||
import SingleThemeGui from "./UI/SingleThemeGui.svelte"
|
||||
import SingleThemeGui from "./src/UI/SingleThemeGui.svelte"
|
||||
|
||||
|
||||
async function main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue