Skip to content

Commit f90ef0b

Browse files
mustard-mhiQQBot
authored andcommitted
Fix webview watch
1 parent be5de7f commit f90ef0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gitpod-remote/esbuild.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ build().catch((e) => {
4242
});
4343

4444
if (isWatch) {
45+
const srcDir = path.join(__dirname, '../gitpod-shared/portsview')
4546
const watcher = require('@parcel/watcher');
4647
watcher.subscribe(srcDir, () => {
4748
return build();

gitpod-web/esbuild.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ build().catch((e) => {
4242
});
4343

4444
if (isWatch) {
45+
const srcDir = path.join(__dirname, '../gitpod-shared/portsview')
4546
const watcher = require('@parcel/watcher');
4647
watcher.subscribe(srcDir, () => {
4748
return build();

0 commit comments

Comments
 (0)