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