- fixed path error when set base in vite config - fixed rebuildCesium option - bump cesium to 1.85.0 - bump vite to 2.5.6
		
			
				
	
	
		
			15 lines
		
	
	
		
			370 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			370 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
    <title>cesium-vite</title>
 | 
						|
    <script type="module" src="/src/index.js"></script>
 | 
						|
  </head>
 | 
						|
 | 
						|
  <body>
 | 
						|
    <div id="cesiumContainer"></div>
 | 
						|
  </body>
 | 
						|
</html>
 |