diff --git a/src/constant.ts b/src/constant.ts index a75bb78..b954ff0 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,5 +1,5 @@ export const PACKAGE_JSON = 'package.json'; export const PLUGIN_LOG_TITLE = '[Rsbuild Workspace Dev Plugin]: '; -export const RSLIB_READY_MESSAGE = 'build complete, watching for changes'; +export const RSLIB_READY_MESSAGE = 'watching for changes'; export const TSUP_READY_MESSAGE = 'Watching for changes in';