soppo 0.4.0

Compiler for Soppo, a Go superset with enums, pattern matching, and nil safety
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
app = 'soppo-playground'
primary_region = 'iad'

[build]
dockerfile = 'Dockerfile.playground'

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

[[vm]]
memory = '512mb'
cpu_kind = 'shared'
cpus = 1