Please can you try using it in this format: ```ts setupDevBindings({ bindings: { 'MY_KV': {

Please can you try using it in this format:
setupDevBindings({
  bindings: {
    'MY_KV': {
      type: 'kv',
      id: 'MY_KV'
    },
  },
});


Please can you also open an issue on the next-on-pages GitHub repo as it looks like the docs might need updating about the correct syntax.
Was this page helpful?