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

Implement per-project configuration for controlling multiple aspects of FTL at once #948

Closed
alecthomas opened this issue Feb 16, 2024 · 0 comments
Assignees

Comments

@alecthomas
Copy link
Collaborator

I think we'll want an ftl-project.toml file that resides in the root of a repo, that configures the different aspects of ftl dev. It might look something like this:

name = "mycluster"

# Modules to auto-deploy
modules = ["./backend/modules"]

[generate.typescript]
template = "frontend/web/templates"
output = "frontend/web/src/api"

[generate.dart]
template = "frontend/flutter/templates"
output = "frontend/flutter/api"

[config]
githubUsername = "alecthomas"

[secret]
encryptionKey = "foobar"
githubApiKey = ""
@github-actions github-actions bot added the triage Issue needs triaging label Feb 16, 2024
@alecthomas alecthomas self-assigned this Mar 4, 2024
@github-actions github-actions bot removed the triage Issue needs triaging label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant