Skip to content
#

cloudflare-workers

Here are 422 public repositories matching this topic...

wrangler
xortive
xortive commented Apr 26, 2021

If you have a top-level [build] config like:

[build]
command = "npm install && npm run build"
[build.upload]
format = "service-worker"

you should be able to override individual parts of [build] without overriding the rest of [build]

[env.dev.build]
command = "echo 'this is a dev build command'"

[env.dev.build.upload]
# this upload should be inherited, but toda
erenakbulut-q
erenakbulut-q commented Jul 13, 2021

Describe the problem:

Is it possible to specify ip when start development server like wrangler dev --ip 172.20.10.2 for access website from another device in my network?

Link to a minimal reproduction:

Using the example and template

Improve this page

Add a description, image, and links to the cloudflare-workers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloudflare-workers topic, visit your repo's landing page and select "manage topics."

Learn more