Skip to content

Commit 7020d55

Browse files
authored
feat: support @angular/build:application builder (#284)
1 parent b8cf86d commit 7020d55

File tree

1 file changed

+1
-0
lines changed
  • packages/@apphosting/adapter-angular/src

1 file changed

+1
-0
lines changed

packages/@apphosting/adapter-angular/src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const SIMPLE_SERVER_FILE_PATH = join(__dirname, "simple-server", "bundled_server
2626

2727
export const ALLOWED_BUILDERS = [
2828
"@angular-devkit/build-angular:application",
29+
"@angular/build:application",
2930
"@analogjs/platform:vite",
3031
];
3132

0 commit comments

Comments
 (0)