Fix #12, wait for DB migrations to finish before attempting to use the database

This commit is contained in:
2023-04-12 20:08:55 +02:00
parent 052c93d461
commit ef4c517ff2
2 changed files with 39 additions and 2 deletions

View File

@ -155,7 +155,7 @@
<div />
<div class="posts">
{#if data.posts.length === 0}
Sorry, no posts recommending music aave been found yet
Sorry, no posts recommending music have been found yet
{/if}
{#each data.posts as post (post.url)}
<div