Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cfworker/cfworker
/ update
Method
update
packages/dev/src/cli/deploy-command.js:68–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
if
(this.watch) {
68
const
update = () => this.deploy(url);
69
this.bundler.on(
'bundle-end'
, update);
70
if
(this.site) {
71
this.site.on(
'change'
, update);
Callers
nothing calls this directly
Calls
1
deploy
Method · 0.95
Tested by
no test coverage detected