Change development command

Developing edge components locally required the --edge-components or -e option in the DXP CLI command:

dxp-next cmp dev --edge-components ./components
dxp-next cmp dev -e ./components

The dev-ui command is not available for components at edge as the UI tooling does not support ES Modules. Attempting to use the dev-ui command will produce the following error:

error: Error: ESM style modules are not supported.