mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-06 04:01:24 -06:00
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
import { defineConfig } from "vite";
|
|
import react from "@vitejs/plugin-react";
|
|
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
});
|