OneSignal / OneSignal-Website-SDK

OneSignal is a push notification service for web and mobile apps. This SDK makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Other
383 stars 115 forks source link

Adjustments for Dev-Dev Environments #1157

Closed rgomezp closed 3 weeks ago

rgomezp commented 4 months ago

Adjustments for Dev-Dev Environments

Summary

Description

This PR includes two primary updates to improve the development experience in dev-dev environments.

API Port Configuration The API port number has been modified to 3000. This aligns with the current usage in our API development environment, ensuring consistency across our development setup.

Build Script Modification We've made a key change in the build script. Now, it will automatically set the API origin to localhost when in dev-dev environments. This addresses the issue where the system would default to onesignal.com if no API origin was specified. With this update, developers can work more seamlessly, without the need to manually configure the API origin for local development.

Systems Affected

Validation

Changes were tested in conjunction with the a running local dev server.

Checklist


This change is Reviewable