mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 22:04:24 +00:00
9 lines
134 B
JavaScript
9 lines
134 B
JavaScript
export default {
|
|
'server': {
|
|
// host: '0.0.0.0',
|
|
// port: 5173,
|
|
// allowedHosts: true,
|
|
'port': 8080
|
|
},
|
|
};
|