Files
chatroom/.codex/environments/environment-2.toml
T

13 lines
170 B
TOML
Raw Normal View History

2026-04-19 12:14:10 +08:00
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "chatroom"
[setup]
script = ""
[cleanup]
script = '''
php artisan reverb:start
php artisan horizon
'''