diff --git a/apps/kbve.com/src/content/journal/11-10.mdx b/apps/kbve.com/src/content/journal/11-10.mdx index d7bdddc71..3ed9dca4d 100644 --- a/apps/kbve.com/src/content/journal/11-10.mdx +++ b/apps/kbve.com/src/content/journal/11-10.mdx @@ -33,4 +33,14 @@ import { Adsense, Tasks } from '@kbve/astropad'; We are no longer supporting `appwrite`, so lets go ahead and remove that one. I believe we can also drop the `preact` libraries as well. `"@astrojs/preact": "^3.5.3"` and `preact` both could be removed. - \ No newline at end of file + +- 07:30AM + + **Vue** + + We can take out the `vue` package as well, following the same command from the `preact` earlier. + ```shell + pnpm remove @astrojs/vue vue + ``` + + However I will run those later when I get back to the monorepo. \ No newline at end of file