15 lines
205 B
TOML
15 lines
205 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "chatroom"
|
|
|
|
[setup]
|
|
script = ""
|
|
|
|
[[actions]]
|
|
name = "启动ws"
|
|
icon = "tool"
|
|
command = '''
|
|
php artisan reverb:start
|
|
php artisan horizon
|
|
'''
|