Zbavení se Food API, zahrnutí do serveru

This commit is contained in:
2023-06-18 18:10:38 +02:00
parent 0d6020d1a0
commit 9090b156ce
16 changed files with 415 additions and 423 deletions

View File

@@ -1,5 +1,4 @@
export NODE_ENV=development
./food_api/run_dev.sh &
cd server && yarn install && yarn start &
cd client && yarn install && yarn start &
wait