mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
11 lines
No EOL
187 B
JavaScript
11 lines
No EOL
187 B
JavaScript
module.exports = {
|
|
// options...
|
|
devServer: {
|
|
compress: true,
|
|
inline: true,
|
|
port: '8080',
|
|
allowedHosts: [
|
|
'.now.sh'
|
|
]
|
|
}
|
|
} |