2024-12-16 17:24:37 +03:00

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 = () => {}