-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Since I see gh api is a dependency in pkg.json, seems like there should be an index.js created.
here is the structure I got (deleted contents of node_modules and vendor before listing):
» tree
.
├── app
│ └── public
│ └── admin
│ ├── index.html
│ ├── main.02bec0b2.js
│ ├── main.js.map
│ ├── themes
│ │ ├── img
│ │ │ ├── default-avatar.4360e4ea.png
│ │ │ ├── grasshopper_403.921f18b5.png
│ │ │ ├── loading-spinner-horizontal.42b015fb.gif
│ │ │ └── logo.9b7550f6.png
│ │ ├── main.3df05c53.css
│ │ ├── main.css.map
│ │ ├── select2-spinner.gif
│ │ └── select2.png
│ └── vendor
├── gha.json
├── ghapi.json
├── node_modules
├── package.json
└── tmp