-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathsolo.yml
More file actions
46 lines (46 loc) · 985 Bytes
/
Copy pathsolo.yml
File metadata and controls
46 lines (46 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Visit https://soloterm.com to learn more
name: fission
icon: null
processes:
Pint:
command: vendor/bin/pint --test
working_dir: null
auto_start: false
auto_restart: false
restart_when_changed: []
env: {}
Queue:
command: php artisan queue:work
working_dir: null
auto_start: true
auto_restart: true
restart_when_changed: []
env: {}
'bun: dev':
command: bun run dev
working_dir: null
auto_start: true
auto_restart: false
restart_when_changed: []
env: {}
Scheduler:
command: php artisan schedule:work
working_dir: null
auto_start: false
auto_restart: false
restart_when_changed: []
env: {}
Pail:
command: php artisan pail
working_dir: null
auto_start: true
auto_restart: false
restart_when_changed: []
env: {}
Serve:
command: php artisan serve
working_dir: null
auto_start: true
auto_restart: true
restart_when_changed: []
env: {}