mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
5cf41ed1c2
commit
56fa010e18
@ -56,7 +56,7 @@ yarn start
|
|||||||
```
|
```
|
||||||
|
|
||||||
## How to run built electron app locally
|
## How to run built electron app locally
|
||||||
This mode is very similar to production run of electron app. Electron app forks process with API on dynamically alocated port, works with compiled javascript files.
|
This mode is very similar to production run of electron app. Electron app forks process with API on dynamically allocated port, works with compiled javascript files.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd app
|
cd app
|
||||||
@ -69,9 +69,6 @@ yarn build:app:local
|
|||||||
yarn start:app:local
|
yarn start:app:local
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## How to run build electron app locally
|
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
* api - backend, Javascript, ExpressJS
|
* api - backend, Javascript, ExpressJS
|
||||||
* datalib - TypeScript library for utility classes
|
* datalib - TypeScript library for utility classes
|
||||||
|
Loading…
Reference in New Issue
Block a user