mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
vue deployed to now successfully
This commit is contained in:
parent
ee57a7cd65
commit
daa847f527
3 changed files with 28 additions and 1 deletions
11
vue/vue.config.js
Normal file
11
vue/vue.config.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module.exports = {
|
||||
// options...
|
||||
devServer: {
|
||||
compress: true,
|
||||
inline: true,
|
||||
port: '8080',
|
||||
allowedHosts: [
|
||||
'.now.sh'
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue