Files
einundzwanzig.space/browser-sync.config.js
Dennis Reimann 0202e858e6 🎉 Initial setup
🎉 Initial setup

Setup deployment
2020-10-04 23:12:03 +02:00

7 lines
107 B
JavaScript

module.exports = {
open: false,
notify: false,
ghostMode: false,
server: ['./static', './dist'],
}