-
Notifications
You must be signed in to change notification settings - Fork 12
Nx compatibility #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 @osnoser1 Could I ask you how did you overcome this issue? |
Hi @macgors, I applied a patch here to be able to deploy with nx: https://github.com/limitless-angular/limitless-angular/blob/main/patches/%40netlify__angular-runtime.patch |
I recently encountered the same issue. Netlify automatically detects an Angular application and sets the deploy runtime to Angular, enabling the The solution is straightforward:
This hands back control over the build to you, the developer. Below are the settings I am using: Base directory: |
After figuring out a work around in 1 of our projects (I wrote a rough script that loops through every As mentioned in the PR, it would be a cleaner DX/integration if Very interested to hear thoughts! |
Thanks to @Cephyric-gh contribution - this should be now fixed in the 2.3.0 release ( https://github.com/netlify/angular-runtime/releases/tag/v2.3.0 ) |
Is your feature request related to a problem? Please describe.
I'm trying to deploy an angular app with ssr using nx and netlify and I get an error because it doesn't find the angular.json file, and that is because the file was renamed to project.json file.
Describe the solution you'd like
Allow to specify the angular.json name or try to find a project.json file.
Additional context
The text was updated successfully, but these errors were encountered: