NotificationLatch/frontend/vue.config.js

6 lines
91 B
JavaScript

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