import { defineConfig } from 'vite'; import { mars3dPlugin } from 'vite-plugin-earth'; export default defineConfig({ plugins: [mars3dPlugin()] });