mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-04 06:23:07 +00:00
8 lines
193 B
TypeScript
8 lines
193 B
TypeScript
import { defineConfig } from "vite";
|
|
import react from "@vitejs/plugin-react";
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react({ jsxRuntime: "automatic" })],
|
|
});
|