// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
public_html
/
wp-contentmmm
/
plugins
/
hello-plus
/
tests
/
playwright
/
assets
[ PARENT ]
EDIT :: wp-cli.ts
export const wpCli = async ( command: string ) => { const port = ( 1 === Number( process.env.TEST_PARALLEL_INDEX ) ) ? 8889 : 8888; const { cli } = await import( '@elementor/wp-lite-env' ); await cli( port, command ); };
SAVE
CANCEL