-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Support remote configuration files #13488
Comments
Stumbled into this problem today. Built a CLI tool that required its config file to work properly because of an NPM dependancy. would be nice to do specify the config file from a remote resource when running the deno install command |
Over at Pyro, I have to use an install script for this (https://github.com/lino-levan/pyro/blob/main/install.ts). This would be nice. |
I've just run into this problem myself trying to run a remotely hosted Fresh application locally. As Fresh applications have a |
We are not going to do this in this way - config files are too tied to the file system for this, take for example file ignore configuration. If someone has alternative ideas for sharing lint / fmt config, let's open a different issue. |
Especially when using a remote main module, it can be very beneficial to support a remote
--config
/-c
file, especially when you want a one liner without pre-installing anything locally.The text was updated successfully, but these errors were encountered: