looks like I had to do this instead to get it to work ```setupDevBindings({ 'MY_D1': {

looks like I had to do this instead to get it to work

setupDevBindings({
      'MY_D1': {
        type: 'd1',
        databaseName: 'MY_D1'
      }
    },
  });
Was this page helpful?