diff options
| author | 2021-09-07 03:21:58 -0700 | |
|---|---|---|
| committer | 2021-09-07 03:21:58 -0700 | |
| commit | 1d1a70c21fc1f6e9e618cb52262e21bc37ac4be3 (patch) | |
| tree | c942103d08048141f417a4b75130326b53b73cb9 /src/api/schema.peechy | |
| parent | d59e7b27b0b525126fe5011f5ab393f9f5e6659a (diff) | |
| download | bun-1d1a70c21fc1f6e9e618cb52262e21bc37ac4be3.tar.gz bun-1d1a70c21fc1f6e9e618cb52262e21bc37ac4be3.tar.zst bun-1d1a70c21fc1f6e9e618cb52262e21bc37ac4be3.zip | |
WIP error css
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271
Diffstat (limited to 'src/api/schema.peechy')
| -rw-r--r-- | src/api/schema.peechy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/schema.peechy b/src/api/schema.peechy index 17bda9654..a74059dca 100644 --- a/src/api/schema.peechy +++ b/src/api/schema.peechy @@ -451,6 +451,7 @@ struct WebsocketMessage { struct WebsocketMessageWelcome { uint32 epoch; Reloader javascriptReloader; + string cwd; } struct WebsocketMessageFileChangeNotification { |
