Skip to content

Commit

Permalink
feat: change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Apr 18, 2022
1 parent 7a6c8b6 commit 848795c
Show file tree
Hide file tree
Showing 415 changed files with 50 additions and 7,822 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ dist/
/release
*.js
*.js.map
!core/market/browser/**/*.js
!src/core/api-manager/browser/**/*.js
!src/core/market/browser/**/*.js
!src/core/market/browser/dist/icon.png
!src/core/api-manager/browser/dist/assets/images/icon.png

# dependencies
node_modules
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ npm install -g @angular/cli
| Command | Description |
| ------------------------ | -------------------------------------------------------------------- |
| `npm start` | In development mode, running on browser and desktop at the same time |
| `npm run ng:serve` | only runs in the browser |
| `npm run electron:serve` | only runs in the desktop |

### Build
Expand Down
Loading

0 comments on commit 848795c

Please sign in to comment.