Skip to content

Commit

Permalink
fix: generate missing types and adjust fly config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmeloc22 committed Aug 10, 2024
1 parent 93c33f8 commit 39edbe5
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 95 deletions.
114 changes: 40 additions & 74 deletions apps/web/__generated__/chatCreateGroupMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions apps/web/__generated__/useInboxSubscription.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ app = 'telegrama'
primary_region = 'gru'

[build]
dockerfile = './apps/server/Dockerfile'
dockerfile = './apps/server/Dockerfile'

[env]
PORT = '8080'
PORT = '8080'

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
internal_port = 8080
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
processes = ['app']

[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
memory = '1gb'
cpu_kind = 'shared'
cpus = 1

0 comments on commit 39edbe5

Please sign in to comment.