fix(demo-build): fix demo dosc deployments (#6037)

This commit is contained in:
Denis Strigo 2024-09-24 17:04:27 +02:00 committed by GitHub
parent 38fb964c2b
commit daed6653f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -15,4 +15,3 @@ if (environment.production) {
} }
platformBrowserDynamic().bootstrapModule(AppModule); platformBrowserDynamic().bootstrapModule(AppModule);

View file

@ -2,3 +2,4 @@ export const REPO_URL = 'https://github.com/akveo/ngx-admin.git';
export const REPO_OWNER = 'akveo'; export const REPO_OWNER = 'akveo';
export const REPO_NAME = 'ngx-admin'; export const REPO_NAME = 'ngx-admin';
export const OUT_DIR = 'docs/dist'; // Relative to the directory you run command export const OUT_DIR = 'docs/dist'; // Relative to the directory you run command
export const GH_TOKEN = '';