Showing
1 changed file
with
12 additions
and
12 deletions
| ... | @@ -2,16 +2,16 @@ module.exports = { | ... | @@ -2,16 +2,16 @@ module.exports = { |
| 2 | "transpileDependencies": [ | 2 | "transpileDependencies": [ |
| 3 | "vuetify" | 3 | "vuetify" |
| 4 | ], | 4 | ], |
| 5 | - devServer: { | 5 | + // devServer: { |
| 6 | - proxy: { | 6 | + // proxy: { |
| 7 | - '/api': { | 7 | + // '/api': { |
| 8 | - target: 'http://localhost:3000/api', | 8 | + // target: 'http://localhost:3000/api', |
| 9 | - changeOrigin: true, | 9 | + // changeOrigin: true, |
| 10 | - pathRewrite: { | 10 | + // pathRewrite: { |
| 11 | - '^/api': '' | 11 | + // '^/api': '' |
| 12 | - } | 12 | + // } |
| 13 | - } | 13 | + // } |
| 14 | - } | 14 | + // } |
| 15 | - }, | 15 | + // }, |
| 16 | - outputDir: '../backend/public', | 16 | + // outputDir: '../backend/public', |
| 17 | } | 17 | } | ... | ... |
-
Mentioned in commit e71c60cf
-
Please register or login to post a comment