UNPKG

webdav-js

Version:

WebDAV functionality intended for use as a bookmarklet or to make a simple webserver an interactive WebDAV environment.

12 lines (9 loc) 138 B
const args = []; if (process.env.NO_SANDBOX ?? false) { args.push('--no-sandbox'); } module.exports = { launch: { args, }, };