forked from MapComplete/MapComplete
		
	Chore: attempt to fix build
This commit is contained in:
		
							parent
							
								
									85bf2b5c36
								
							
						
					
					
						commit
						919fc108cd
					
				
					 4 changed files with 5 additions and 5 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
 | 
					cp node_modules/name-suggestion-index/dist/wikidata.min.json public/assets/data/nsi
 | 
				
			||||||
vite-node scripts/nsiLogos.ts -- patch
 | 
					vite-node scripts/nsiLogos.ts -- patch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export NODE_OPTIONS=--max-old-space-size=16000
 | 
					export NODE_OPTIONS=--max-old-space-size=32000
 | 
				
			||||||
which vite
 | 
					which vite
 | 
				
			||||||
vite --version
 | 
					vite --version
 | 
				
			||||||
vite build --sourcemap || { echo 'Vite build failed' ; exit 1; }
 | 
					vite build --sourcemap || { echo 'Vite build failed' ; exit 1; }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
import DetermineTheme from "./Logic/DetermineTheme"
 | 
					import DetermineTheme from "./Logic/DetermineTheme"
 | 
				
			||||||
import SingleThemeGui from "./UI/SingleThemeGui.svelte"
 | 
					import { default as SingleThemeGui } from "./UI/SingleThemeGui.svelte"
 | 
				
			||||||
import CustomThemeError from "./UI/CustomThemeError.svelte"
 | 
					import { default as CustomThemeError } from "./UI/CustomThemeError.svelte"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
async function main() {
 | 
					async function main() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
import MetaTagging from "./src/Logic/MetaTagging"
 | 
					import MetaTagging from "./src/Logic/MetaTagging"
 | 
				
			||||||
import SingleThemeGui from "./UI/SingleThemeGui.svelte"
 | 
					import {default as SingleThemeGui} from "./UI/SingleThemeGui.svelte"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
async function main() {
 | 
					async function main() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue