2023-03-28 10:02:22 +08:00
|
|
|
import { defineConfig } from 'vite';
|
2023-03-28 11:51:03 +08:00
|
|
|
import earth from 'vite-plugin-earth';
|
2023-03-28 10:02:22 +08:00
|
|
|
|
|
|
|
export default defineConfig({
|
2023-03-28 11:51:03 +08:00
|
|
|
plugins: [earth()]
|
2023-03-28 10:02:22 +08:00
|
|
|
});
|