11 lines
130 B
TOML
11 lines
130 B
TOML
[tools]
|
|
go = "latest"
|
|
bun = "latest"
|
|
|
|
[env]
|
|
BE_PORT = "8912" # api port
|
|
FE_PORT = "8913"
|
|
|
|
[task_config]
|
|
includes = ["tasks.toml"]
|