Files
MSE-SoftwEng/web-app/vue.config.js
2025-05-23 22:55:52 +02:00

5 lines
71 B
JavaScript

module.exports = {
devServer: {
allowedHosts: 'all'
}
}