2024_DEV_BUT3/vitest.config.js
pro.boooooo 3cf55ab609 $
2024-04-04 23:15:54 +02:00

10 lines
173 B
JavaScript

import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
export default defineConfig({
server: {
port: 3001,
},
plugins: [react()],
});