13 lines
170 B
TOML
13 lines
170 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "chatroom"
|
|
|
|
[setup]
|
|
script = ""
|
|
|
|
[cleanup]
|
|
script = '''
|
|
php artisan reverb:start
|
|
php artisan horizon
|
|
'''
|