mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
9 lines
121 B
TypeScript
9 lines
121 B
TypeScript
export default {
|
|
dev: {
|
|
'/api/': {
|
|
target: 'http://localhost:9080',
|
|
changeOrigin: true,
|
|
},
|
|
},
|
|
};
|