Skip to content

Commit

Permalink
feat: support @angular/build:application builder (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Char2sGu authored Dec 16, 2024
1 parent b8cf86d commit 7020d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@apphosting/adapter-angular/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const SIMPLE_SERVER_FILE_PATH = join(__dirname, "simple-server", "bundled_server

export const ALLOWED_BUILDERS = [
"@angular-devkit/build-angular:application",
"@angular/build:application",
"@analogjs/platform:vite",
];

Expand Down

0 comments on commit 7020d55

Please sign in to comment.