demo-cesium

This commit is contained in:
2023-05-04 15:45:00 +08:00
parent 306bca5d3c
commit 7956b654bd
5 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,6 @@
import { defineConfig } from 'vite';
import earth from 'vite-plugin-earth';
export default defineConfig({
plugins: [earth({ useCDN: {} })]
});