feat: start basis of new web ui system on CRA

This commit is contained in:
41666 2021-03-12 16:14:59 -05:00
parent 40f577d01d
commit 38ee680a33
43 changed files with 465 additions and 174 deletions

View file

@ -2,20 +2,13 @@
version: '3.8'
services:
worker:
dev:
image: node:14
volumes:
- '.:/src'
ports:
- 6609:6609
working_dir: /src
command: yarn worker
ui:
image: node:14
volumes:
- '.:/src'
ports:
- 6601:6601
- 6006:6006
working_dir: /src
command: yarn ui
command: yarn start