We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
wrangler.toml
My use case requires multiple wrangler.toml files.
The current implementation does not allow for other names other than wrangler.toml.
Add an option to the adapter to allow changing the default wrangler.toml, like so:
import adapter from '@sveltejs/adapter-cloudflare-workers'; export default { kit: { adapter: adapter({ config: '<your-wrangler-name>.toml' }) } };
I have used a script to swap out the wrangler.toml.
nice to have
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the problem
My use case requires multiple
wrangler.toml
files.The current implementation does not allow for other names other than
wrangler.toml
.Describe the proposed solution
Add an option to the adapter to allow changing the default
wrangler.toml
, like so:Alternatives considered
I have used a script to swap out the
wrangler.toml
.Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: