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
the functionality and architecture of the bot has changed since originally written
chron jobs are now run from google cloud NOT from cron-job
DB_URI env variable added
Deployment is done via google cloud
index.js has functions that are exported that functionalities of the bot that can run independently, the code can be run locally by updating the start script in package.json to target the functionality you want to run. "start": "functions-framework --target=<function name here>"
You can then run npm start and send a GET request to the localhost address
The text was updated successfully, but these errors were encountered:
the functionality and architecture of the bot has changed since originally written
start
script inpackage.json
to target the functionality you want to run."start": "functions-framework --target=<function name here>"
You can then run
npm start
and send a GET request to the localhost addressThe text was updated successfully, but these errors were encountered: