mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-14 15:45:49 +01:00
9 lines
119 B
JavaScript
9 lines
119 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
writeToDisk: true,
|
|
port: 3300,
|
|
liveReload: true,
|
|
open: false
|
|
},
|
|
};
|