Secrets Store in local dev mode? How to
Secrets Store in local dev mode? How to expose them to wrangler dev (without passing them in using a flag) ?
npx wrangler dev --remote ~ this uses remote code and remote storenpx wrangler dev -- this uses local code but errors becuase it cant find local secrets store (even with wrangler.toml bindings) npx wrangler dev secrets-store secret-- do i need to pass in the secrets here manually?