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

🚀 Feature Request: Support multiple config files in getPlatformProxy #7842

Open
sassanh opened this issue Jan 21, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@sassanh
Copy link

sassanh commented Jan 21, 2025

Describe the solution

Regarding this pull request fixing this issue, allowing running multiple worker projects with a pages project, can we support multiple config files in getPlatformProxy?

Something like this probably:

export declare type GetPlatformProxyOptions = {
    environment?: string;
    configPath?: string;
    workerConfigPaths?: string[];
    persist?: boolean | {
        path: string;
    };
@sassanh sassanh added the enhancement New feature or request label Jan 21, 2025
@github-project-automation github-project-automation bot moved this to Untriaged in workers-sdk Jan 21, 2025
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
Status: Untriaged
Development

No branches or pull requests

1 participant