-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inquiry About Upcoming Features and Timeline #87
Comments
Hi there, First of all, I really appreciate your interest in this project! Now, let me address your questions: 1. AWS Guidelines 2. Standalone Guidelines The standalone version requires a plugin. However, since my progress has been slow, contributors have been helping out through a pull request. The discussion is ongoing #83 Once the plugin is released, I will publish the API specs and provide guidance on implementing the API. That should be sufficient, but I also need to consider how to integrate the implementation guide seamlessly into the documentation to make it as easy as possible. 3. Support for Multiple Environments (QA, Staging, Production, etc.) 4. Deployment of the Update Management Console I really appreciate your patience and support! Let me know if you have any other questions. |
For your question 2, I am doing something similar (something quick and hacky) import { config } from "dotenv";
import path from "path";
const envFile = `.env.${process.env.NODE_ENV || "development"}`;
config({ path: path.resolve(process.cwd(), envFile) }); this will properly load your env variables based on your |
Hi there,
First of all, I’d like to express my appreciation for the work on this project. I’ve explored several OTA packages, and I must say, this one stands out as the most mature and user-friendly solution. The integration process has been seamless, and I’m genuinely impressed with its functionality.
With CodePush retiring, we’re planning to adopt this package for our production app. However, I had a couple of questions before proceeding:
Thank you for your time and for maintaining such a great project. Looking forward to your response!
The text was updated successfully, but these errors were encountered: