mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-11 15:26:50 +00:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
module.exports = {
|
|
open: false,
|
|
notify: false,
|
|
ghostMode: false,
|
|
server: ['./static', './dist'],
|
|
}
|