Skip to content

Commit

Permalink
doc(journal): small note for later today.
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte committed Nov 10, 2024
1 parent 936f678 commit 82a38f9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion apps/kbve.com/src/content/journal/11-10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.


- 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.

0 comments on commit 82a38f9

Please sign in to comment.