naxodev / oss

Open Source Software (OSS) projects by naxodev
https://naxo.dev
MIT License
19 stars 1 forks source link

Is this build executor only work for nextjs? #32

Closed beckboyce2 closed 5 months ago

beckboyce2 commented 7 months ago

Current Behavior

I have a worker using no particular framework. Is this executor suited to build my project?

Expected Behavior

having a :build step different than :next-build step

GitHub Repo

No response

Steps to Reproduce

No

Nx Report

No

Failure Logs

No response

Operating System

Additional Information

No response

NachoVazquez commented 7 months ago

Hey @beckboyce2 how are you doing?

The build executor, is only for NextJS, but you don't need to use it for working with Cloudflare Workers.

For Workers you have the serve executor to run the worker on dev, and the deploy executor to deploy the worker to Cloudflare.

Let me know if you need more info.