Need to be able to change project ID #1043
-
|
I am using a custom slightly modified version of the cloud variable servers, and I need to be able to change the project ID on the client side during run time. What modifications would I have to make to the Packager to allow this. Or would it be able to be done using the custom JS that you put in under advanced options custom JS? |
Beta Was this translation helpful? Give feedback.
Answered by
GarboMuffin
Feb 5, 2026
Replies: 1 comment 4 replies
-
|
open advanced settings |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oh, you're doing it dynamically
you have some options:
for (const p of scaffolding.cloudManager.providers) p.setProjectId('whatever')