You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
How would we consider multiple wrangler.toml's in different subdirectories(sub/wrangler.toml and sub2/wrangler.toml )? What if you want multiple wrangler.toml (wrangler-api.toml ) files in one directory?
Both concerns would be addressed if we follow what webpack does and allow a flag to be passed in. To make convenient I put my wrangler commands in my package.json. In this case it'd look like
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We should walk up the directory structure looking for a
wrangler.toml
so that you can run wrangler commands in subdirectories.This issue brought to you by a PR doing this in
wasm-pack
The text was updated successfully, but these errors were encountered: