https://github.com/angular/angular
Raw File
Tip revision: 58ee039d5ed1e172f279b035287cc954a880dee3 authored by Andrew Scott on 24 July 2024, 17:49:03 UTC
release: cut the v18.1.2 release
Tip revision: 58ee039
ipc-defaults.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

export const IPC_PORT = 5324;
back to top