Replies: 1 comment
-
|
Based on #7383 (comment), this is currently not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question regarding the $env/... packages of SvelteKit. Is it possible to extend the $env/dynamic/... lists on the startup of the SvelteKit app? We run our app with adapter-node in a Docker container. Our runtime mounts several files (not named .env or similar) into our docker container with credentials and similar stuff. Currently, we read these files and write the values in a custom data structure. This data structure can then be used from inside the server-side logic.
Now we are evaluating the $env mechanism of SvelteKit. It would be great if we could extend the $env/dynamic/... stuff of SvelteKit with our custom variables. Is this currently possible? If yes, how is this possible?
Beta Was this translation helpful? Give feedback.
All reactions