Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.1 to 2.9.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Corteza Server Web Console
When enabled (HTTP_WEB_CONSOLE_ENABLED=true), it allows insight and management of corteza internals.
Running server and web console both from source
See DEVELOPMENT.md for details.
Running server from source and using bundled web console
If you want to use web console while do changes on the server you need to bundle it.
Run yarn build and make sure you enable dev mode with ENVIRONMENT=dev, restart the server and navigate your browser to <server>/console/.