mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-14 18:28:57 -06:00
13 lines
220 B
JavaScript
13 lines
220 B
JavaScript
import react from '@vitejs/plugin-react'
|
|
|
|
export default {
|
|
plugins: [react()],
|
|
build: {
|
|
outDir: 'build'
|
|
},
|
|
server: {
|
|
proxy: {
|
|
"/api": "http://localhost:5216/"
|
|
}
|
|
}
|
|
} |