Merge branch 'develop' into feature/drawrects
This commit is contained in:
commit
42ce94f313
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
const { defineConfig } = require('@vue/cli-service')
|
const { defineConfig } = require('@vue/cli-service')
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
transpileDependencies: true
|
transpileDependencies: true,
|
||||||
|
devServer: {
|
||||||
|
host: 'localhost',
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue