Public/README.txt
|
PoshConsole Public Folder ========================= This folder should contain your existing PoshConsole frontend files: - index.html - console.js - styles.css (if separate) These files are your existing WebView2 frontend that communicate with the PowerShell backend via the /api/* endpoints. The backend (PoshConsole.psm1) handles routing - in remote mode, commands go to the agent; in local mode, they execute locally. The frontend doesn't need to change. |