Skip to content

Commit 1178758

Browse files
DKbyojamesdaniels
andauthored
Remove LOCAL flag to fix deployment on Cloud Run (#226)
Co-authored-by: James Daniels <[email protected]>
1 parent 781ac07 commit 1178758

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

starters/angular/basic/server.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,4 @@ function run(): void {
5353
});
5454
}
5555

56-
// Note: The express server is started by Firebase automatically.
57-
if (process.env['LOCAL']) {
58-
run();
59-
}
60-
56+
run();

0 commit comments

Comments
 (0)