Overwrites my runtime config
Closed this issue · 2 comments
mariusbolik commented
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.
mariusbolik commented
Hi,
I am on 1.6.4!
Edit: I was on 1.6.3. I'll check 1.6.4. Thank you!