chore(deps): update web npm deps non-major (#4174)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
renovate[bot]
2024-10-05 14:37:00 +01:00
committed by GitHub
parent 0c96f3611c
commit 73c0fe2cf8
4 changed files with 1287 additions and 938 deletions

View File

@@ -18,7 +18,6 @@ function woodpeckerInfoPlugin(): Plugin {
'1) Please add `WOODPECKER_DEV_WWW_PROXY=http://localhost:8010` to your `.env` file.\n' +
'After starting the woodpecker server as well you should now be able to access the UI at http://localhost:8000/\n\n' +
'2) If you want to run the vite dev server (`pnpm start`) within a container please set `VITE_DEV_SERVER_HOST=0.0.0.0`.';
// eslint-disable-next-line no-console
console.log(info);
},
};