mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-13 23:35:39 +01:00
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
writeToDisk: true,
|
|
port: 3300,
|
|
liveReload: true,
|
|
},
|
|
};
|