mirror of
https://github.com/webgiss/replo
synced 2024-11-16 19:48:26 +01:00
FEATURE : Support dev in gitpod
This commit is contained in:
parent
06d12ac934
commit
9bef2a32bb
2 changed files with 11 additions and 0 deletions
2
.env
2
.env
|
@ -1 +1,3 @@
|
|||
REACT_APP_VERSION=$npm_package_version
|
||||
REACT_APP_NAME=$npm_package_name
|
||||
PORT=3020
|
9
.gitpod.yml
Normal file
9
.gitpod.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# This configuration file was automatically generated by Gitpod.
|
||||
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
|
||||
# and commit this file to your remote git repository to share the goodness with others.
|
||||
|
||||
tasks:
|
||||
- init: yarn install && yarn run build && make
|
||||
command: yarn run start
|
||||
|
||||
|
Loading…
Reference in a new issue