feat(wrangler): makes resource identifier optional #5218
Annotations
10 errors
Build
wrangler#build: command (/home/runner/work/workers-sdk/workers-sdk/packages/wrangler) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
Build
Type '({ type: "kv_namespace"; } & BindingOmit<CfKvNamespace> & { binding: string; name: string; })[]' is not assignable to type '{ binding: string; id: string; preview_id?: string | undefined; }[]'.
|
Build
Type '({ type: "r2_bucket"; } & BindingOmit<CfR2Bucket> & { binding: string; name: string; })[]' is not assignable to type '{ binding: string; bucket_name: string; preview_bucket_name?: string | undefined; jurisdiction?: string | undefined; }[]'.
|
Build
Type '({ type: "d1"; } & Omit<CfD1Database, "binding"> & { binding: string; name: string; })[]' is not assignable to type '{ binding: string; database_name: string; database_id: string; preview_database_id?: string | undefined; migrations_table?: string | undefined; migrations_dir?: string | undefined; database_internal_env?: string | undefined; }[]'.
|
Build
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Build
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Build
Type 'string | undefined' is not assignable to type 'string'.
|
Build
Type 'string | undefined' is not assignable to type 'string'.
|
Build
Type 'string | undefined' is not assignable to type 'string'.
|
Build
Process completed with exit code 1.
|
Loading