mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: use mjs files for ng-dev configuration
In preperation for ng-dev requiring mjs files for configuration, switch over our usage
This commit is contained in:
committed by
Andrew Kushnir
parent
0835bd815f
commit
7d6235f3fb
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Github configuration for the `ng-dev` command. This repository is used as
|
||||
* remote for the merge script and other utilities like `ng-dev pr rebase`.
|
||||
*
|
||||
* @type { import("@angular/ng-dev").GithubConfig }
|
||||
*/
|
||||
export const github = {
|
||||
owner: 'angular',
|
||||
name: 'angular',
|
||||
mainBranchName: 'main',
|
||||
useNgDevAuthService: true,
|
||||
};
|
||||
Reference in New Issue
Block a user