1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 05:56:49 +00:00

Add Console Settings -> Security front-end (#2079)

This commit is contained in:
Pavlo Tkach
2023-07-26 12:50:31 -04:00
committed by GitHub
parent 9873772150
commit 9b17adcb28
19 changed files with 545 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --proxy-config dev-proxy.config.json",
"build": "ng build --base-href=/console/",
"build:local": "ng build --base-href=/default/console/",
"watch": "ng build --watch --configuration development",