We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b53cb4 commit 33256e5Copy full SHA for 33256e5
vue.config.js
@@ -2,7 +2,7 @@ const path = require('path');
2
3
module.exports = {
4
devServer: {
5
- port: 80, // 원하는 포트 번호로 변경
+ // port: 80, // 원하는 포트 번호로 변경
6
allowedHosts: "all",
7
},
8
transpileDependencies: [
0 commit comments