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

fix: run deno with --no-config #128

Merged
merged 4 commits into from
Sep 19, 2022
Merged

fix: run deno with --no-config #128

merged 4 commits into from
Sep 19, 2022

Conversation

eduardoboucas
Copy link
Member

Adds the --no-config flag to the bundling and serving commands. This prevents any user-land configuration files from influencing our internal implementation.

Closes #127.

@eduardoboucas eduardoboucas added the type: bug code to address defects in shipped code label Sep 16, 2022
@eduardoboucas eduardoboucas requested a review from a team September 16, 2022 13:51
minivan
minivan previously approved these changes Sep 16, 2022
@kodiakhq kodiakhq bot merged commit c5ee57c into main Sep 19, 2022
@kodiakhq kodiakhq bot deleted the fix/no-config branch September 19, 2022 10:45
Skn0tt pushed a commit to netlify/build that referenced this pull request Apr 23, 2024
* fix: run `deno` with `--no-config`

* chore: fix typo

* chore: use `del`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run deno process with --no-config flag
2 participants