Command to develop Angular apps locally with Workers does not exist #21941
Labels
content:edit
Request for content edits
documentation
Documentation edits
product:workers
Related to Workers product
Existing documentation URL(s)
What changes are you suggesting?
The proposed command to start the development server (see, first link above): ...
... fails because the generated
package.json
doesn't include adev
script when creating a brand new Workers + Angular app using the command shown in the second link above (up to today: Wednesday, April 23rd 2025):The possible alternative would be the
start
script (pnpm run build && wrangler dev
) which lacks the ability of rebuilding the Angular application after file changes. This might be a limitation of the Angular CLIdev-server
builder which encapsulates the usage of Vite and doesn't allow to configure it directly (possibly for using the Cloudflare Vite plugin).Additional information
No response
The text was updated successfully, but these errors were encountered: