diff --git a/vue.config.js b/vue.config.js index 3c0148fb..191969ef 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,8 @@ * Then you can use for exemple to call * the HelloWorld component. * - * You can develop new components using `yarnpkg watch`. + * You can develop components using `yarnpkg watch` (auto rebuild in dev mode) + * and `watch python3 manage.py collectstatic --noinput` (auto collect statics). */ module.exports = {