NEED HELP
I tried uploading react app on zendesk but getting error
manifest.json:
{
"name": "Customer App React",
"author": {
"name": "Mohit",
"email": "myemail@google.com"
},
"defaultLocale": "en",
"private": true,
"location": {
"support": {
"ticket_sidebar": {
"url": "http://localhost:3000/",
"flexible": true
}
}
},
"version": "1.0",
"frameworkVersion": "2.0"
}
I first run this command : npm run build
This created one folder dist which have only one folder by the name assets
Afterwards I run this command : zcli apps:create ./dist
Then got this error : Error: Invalid app path: ./dist