NotificationLatch/frontend/vue.config.js

6 lines
91 B
JavaScript
Raw Normal View History

module.exports = {
devServer: {
port: 3370,
proxy: 'http://localhost:3369'
}
};