Commit 53a698f
committed
fix(@schematics/angular): prevent accidental deletion of
In certain cases, misconfiguration of the server builder could cause the migration process to incorrectly delete `main.ts`. This fix ensures that `main.ts` remains intact.
Closes: #29661main.ts during application builder migration1 parent 2083c3d commit 53a698f
File tree
1 file changed
+4
-1
lines changed- packages/schematics/angular/migrations/use-application-builder
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
0 commit comments