diff --git a/README.md b/README.md index 40d7ac2dc..a8d066030 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ If you have a new database you would like to add, raise an idea [here](https://f ### Services You quickly need to host a self-hostable, open-source service? You can do it with a few clicks! +- [Appwrite](https://appwrite.io) - [WordPress](https://docs.coollabs.io/coolify/services/wordpress) - [Ghost](https://ghost.org) - [Plausible Analytics](https://docs.coollabs.io/coolify/services/plausible-analytics) @@ -130,7 +131,6 @@ You quickly need to host a self-hostable, open-source service? You can do it wit - [Fider](https://fider.io) - [Hasura](https://hasura.io) - If you have a new service you would like to add, raise an idea [here](https://feedback.coolify.io/) to get feedback from the community! ## Migration from v1 diff --git a/apps/ui/src/routes/applications/[id]/configuration/destination.svelte b/apps/ui/src/routes/applications/[id]/configuration/destination.svelte index 5265ec452..2f0efe2d3 100644 --- a/apps/ui/src/routes/applications/[id]/configuration/destination.svelte +++ b/apps/ui/src/routes/applications/[id]/configuration/destination.svelte @@ -31,7 +31,7 @@ import { t } from '$lib/translations'; import { appSession } from '$lib/store'; import { errorNotification } from '$lib/common'; - import { onMount } from 'svelte/types/runtime/internal/lifecycle'; + import { onMount } from 'svelte'; const { id } = $page.params; const from = $page.url.searchParams.get('from');