Files
tcad-bodeplot/uart_example/vite.config.js
T
2026-06-05 10:39:05 +08:00

10 lines
208 B
JavaScript

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: './',
});