We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fb964 commit daed665Copy full SHA for daed665
docs/main.ts
@@ -15,4 +15,3 @@ if (environment.production) {
15
}
16
17
platformBrowserDynamic().bootstrapModule(AppModule);
18
-
scripts/docs/config.ts
@@ -2,3 +2,4 @@ export const REPO_URL = 'https://github.com/akveo/ngx-admin.git';
2
export const REPO_OWNER = 'akveo';
3
export const REPO_NAME = 'ngx-admin';
4
export const OUT_DIR = 'docs/dist'; // Relative to the directory you run command
5
+export const GH_TOKEN = '';
0 commit comments