You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Add required environment variables to your `.env` file:
7
7
```dotenv
@@ -61,8 +61,12 @@
61
61
enabled: true
62
62
```
63
63
7. Add api credentials to your channel configuration in admin panel. If you decided to extend different object, please make sure that api credentials are set
64
-
8. Configure consumer to run in supervisor or crontab:
64
+
8. Run yarn install and yarn build to compile assets, or the alternative solution you use for your project
0 commit comments