Picsur/frontend/craco.config.js

8 lines
103 B
JavaScript
Raw Normal View History

module.exports = {
devServer: {
writeToDisk: true,
port: 3300,
liveReload: true,
},
};