Print kot and print bill are working now using celery

Now also need to install RabbitMQ for clery to work
This commit is contained in:
2020-10-01 11:43:43 +05:30
parent aaac5efea2
commit 3f2a06c2cf
9 changed files with 203 additions and 82 deletions

View File

@ -7,7 +7,8 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {