8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
import 'core-js/stable';
|
|
import 'regenerator-runtime/runtime';
|
|
|
|
document.title = 'Standard Nextcloud title'
|
|
|
|
// The webdav client requires a public fetch function
|
|
window.fetch = () => {}
|