mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-05 23:13:10 +00:00
9 lines
137 B
TypeScript
9 lines
137 B
TypeScript
import { defineConfig } from "vite";
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
worker: {
|
|
format: "es",
|
|
},
|
|
});
|