1579686fdd
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
202 B
TypeScript
9 lines
202 B
TypeScript
import { defineConfig } from "vite";
|
|
import react from "@vitejs/plugin-react";
|
|
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
clearScreen: false,
|
|
server: { port: 1420, strictPort: true },
|
|
});
|