summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Ben Holmes <hey@bholmes.dev> 2022-09-09 11:58:16 -0400
committerGravatar GitHub <noreply@github.com> 2022-09-09 11:58:16 -0400
commitc706d845ebf4786c33d2295954a98df8c5a7f183 (patch)
tree8103eba62358657118e6ce44cce8498618608706 /packages/integrations/vue
parentb6dd8b595ccbcc3e9984bdd5b685c210867aaaab (diff)
downloadastro-c706d845ebf4786c33d2295954a98df8c5a7f183.tar.gz
astro-c706d845ebf4786c33d2295954a98df8c5a7f183.tar.zst
astro-c706d845ebf4786c33d2295954a98df8c5a7f183.zip
No 👏 more 👏 server 👏 restarts 👏 on 👏 config 👏 changes (#4578)
* feat: restart config on add, remove, update * fix: reload for root project configs only * fix: throw when userConfigPath can't resolve * chore: changeset * wip: remove normalizePath before writeFile * refactor: invalidateWithCache -> isConfigReload * wip: mustExist? * debug: config loaded successfully * debug: more logs * debug: MORE logging * fix: normalize resolved config path * debug: yet MORE logging * chore: bump proload * fix: use file path, not URL.pathname * Revert "wip: mustExist?" This reverts commit 8ca8662132532dcdc9fd120868e615ddc60f498e. * chore: remove console log * feat: cleanup restart message, better invalid config handling * chore: update lockfile * chore: fix types * fix: throw helpful error when config does not exist * docs: remove "restart dev server" from integrations * docs: make sure to restart -> try restarting Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/integrations/vue/README.md b/packages/integrations/vue/README.md
index 66b320629..9666bf394 100644
--- a/packages/integrations/vue/README.md
+++ b/packages/integrations/vue/README.md
@@ -23,8 +23,6 @@ yarn astro add vue
pnpm astro add vue
```
-Finally, in the terminal window running Astro, press `CTRL+C` and then restart the dev server.
-
If you run into any issues, [feel free to report them to us on GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below.
### Install dependencies manually