Files
tcad-bodeplot/uart_example/vite.config.js
T

10 lines
208 B
JavaScript
Raw Normal View History

2026-06-04 11:38:38 +08:00
import { defineConfig } from 'vite';
export default defineConfig({
server: {
port: 3000,
open: false, // Don't auto open browser in command-line environments to avoid errors
},
base: './',
});