34 lines
816 B
TOML
34 lines
816 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "api"
|
|
|
|
[setup]
|
|
script = "./scripts/setup.sh"
|
|
|
|
[setup.win32]
|
|
script = "powershell -ExecutionPolicy Bypass -File .\\scripts\\setup.ps1"
|
|
|
|
[[actions]]
|
|
name = "Start API"
|
|
icon = "run"
|
|
command = "powershell -ExecutionPolicy Bypass -File .\\scripts\\run.ps1 -Action start"
|
|
platform = "win32"
|
|
|
|
[[actions]]
|
|
name = "Stop API"
|
|
icon = "run"
|
|
command = "powershell -ExecutionPolicy Bypass -File .\\scripts\\run.ps1 -Action stop"
|
|
platform = "win32"
|
|
|
|
[[actions]]
|
|
name = "PHP logs"
|
|
icon = "debug"
|
|
command = "powershell -ExecutionPolicy Bypass -File .\\scripts\\run.ps1 -Action logs -Service php1"
|
|
platform = "win32"
|
|
|
|
[[actions]]
|
|
name = "Unit tests"
|
|
icon = "test"
|
|
command = "powershell -ExecutionPolicy Bypass -File .\\scripts\\run.ps1 -Action test"
|
|
platform = "win32"
|