mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
db36e5cf76
Bumps the npm_and_yarn group with 4 updates: [axios](https://github.com/axios/axios), [rollup](https://github.com/rollup/rollup), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `axios` from 1.7.2 to 1.7.7 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.7) Updates `rollup` from 4.20.0 to 4.24.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.20.0...v4.24.0) Updates `@angular-devkit/build-angular` from 18.2.4 to 18.2.7 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/18.2.4...18.2.7) Updates `vite` from 5.4.0 to 5.4.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: axios dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.idea | ||
.run | ||
.vscode | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.js | ||
angular.json | ||
cspell.json | ||
Dockerfile | ||
karma-ci.conf.js | ||
karma.conf.js | ||
LICENSE | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json |
Control Center
Admin Dashboard
⚙️ Installation
-
Add configurations:
You can copy from examples like this one: _appConfig.json
- Install packages
npm ci
Stage
Running in stage mode needs files:
src/assets/appConfig.stage.json
src/assets/authConfig.stage.json
🚀 Launch
- Start
npm start
- Open localhost:4200
If you want to develop a library, then it's better to start building library separately:
npm run dev
npm run dev-libs
👩💻 Development
Console Utilities
ccSwitchLogging()
- Enable/disable logging requests to the consoleccGetMyRoles()
- Display your roles from the token