Skip to content
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

Allow Remote Config File #114

Open
nestarz opened this issue Mar 12, 2024 · 1 comment · May be fixed by #144
Open

Allow Remote Config File #114

nestarz opened this issue Mar 12, 2024 · 1 comment · May be fixed by #144
Labels
enhancement New feature or request

Comments

@nestarz
Copy link

nestarz commented Mar 12, 2024

const file = await Deno.readTextFile(path);

Would it be possible to fetch the config file instead of read it using Deno.readFile, so we can use remote config file ?

@lucacasonato lucacasonato added the enhancement New feature or request label Mar 15, 2024
@iugo iugo linked a pull request Oct 2, 2024 that will close this issue
@lucacasonato
Copy link
Owner

Deno CLI does not support remote config files. I won't land that here unless we support it in CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants