Closed mariusbolik closed 1 year ago
Describe the bug Hello, thank you for this library. I noticed, that my runtime config gets overwritten. I can't use any other variables from my runtime config in my app.
To Reproduce
const config = useRuntimeConfig(); console.log('CONFIG', config)
Expected behavior It should show my whole runtime config object, but it only shows an appwrite object. All other information is gone.
Screenshots
Hi,
Normally, just fixed that in the v1.6.4.
Thanks for reaching me, Etienne
I am on 1.6.4!
Edit: I was on 1.6.3. I'll check 1.6.4. Thank you!
Describe the bug Hello, thank you for this library. I noticed, that my runtime config gets overwritten. I can't use any other variables from my runtime config in my app.
To Reproduce
Expected behavior It should show my whole runtime config object, but it only shows an appwrite object. All other information is gone.
Screenshots