Skip to content

Commit

Permalink
fix(demo-build): fix demo dosc deployments (#6037)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Sep 24, 2024
1 parent 38fb964 commit daed665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ if (environment.production) {
}

platformBrowserDynamic().bootstrapModule(AppModule);

1 change: 1 addition & 0 deletions scripts/docs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export const REPO_URL = 'https:/akveo/ngx-admin.git';
export const REPO_OWNER = 'akveo';
export const REPO_NAME = 'ngx-admin';
export const OUT_DIR = 'docs/dist'; // Relative to the directory you run command
export const GH_TOKEN = '';

0 comments on commit daed665

Please sign in to comment.