mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
debug platforms
This commit is contained in:
parent
5113c9e50a
commit
74b06cdd96
1 changed files with 4 additions and 0 deletions
|
|
@ -377,6 +377,10 @@ class Builds extends Action
|
|||
payload: $build,
|
||||
project: $project
|
||||
);
|
||||
|
||||
var_dump($target);
|
||||
|
||||
|
||||
Realtime::send(
|
||||
projectId: 'console',
|
||||
payload: $build->getArrayCopy(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue