
nodemon --watch src --exec npm run devwrangler init --from-dash <WORKER NAME> to pull it down locally and develop with Wrangler. https://developers.cloudflare.com/workers/wrangler/commands/#initTherefore, it is recommended that you continue using the CLI.env.R2_BUCKET
--persist isn't a thing in Wrangler 3better-sqlite3 compiling, rather than workerd downloading. We're exploring ways of removing this dependency (workerd already ships with SQLite itself, but Miniflare currently needs access to SQLite bindings in Node).{
"watch": ["lib.rs", "src/"],
"ext": "rs"
}{
"name": "worker1",
"version": "0.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev"
},
"dependencies": {
"wrangler": "^3.0.1"
}
}