When I try to run “npm run dev” I am getting the following error since yesterday. The same code works fine on deployment.
error
Fix a schema error in web/shopify.web.toml:
│
{
“expected”: “‘frontend’ | ‘backend’”,
“received”: “undefined”,
“code”: “invalid_type”,
“path”: [
“type”
],
“message”: “Required”
}
|
Can someone please assist me in resolving this issue?