We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5de7f commit f90ef0bCopy full SHA for f90ef0b
gitpod-remote/esbuild.js
@@ -42,6 +42,7 @@ build().catch((e) => {
42
});
43
44
if (isWatch) {
45
+ const srcDir = path.join(__dirname, '../gitpod-shared/portsview')
46
const watcher = require('@parcel/watcher');
47
watcher.subscribe(srcDir, () => {
48
return build();
gitpod-web/esbuild.js
0 commit comments