ui/ fix db commands

This commit is contained in:
Leon van Zyl
2025-08-13 13:06:19 +02:00
parent efcce4731e
commit 0437e46f03

View File

@@ -74,9 +74,14 @@ export default function Home() {
<p className="text-sm text-muted-foreground mb-2"> <p className="text-sm text-muted-foreground mb-2">
Run database migrations: Run database migrations:
</p> </p>
<div className="space-y-2">
<code className="text-sm bg-muted p-2 rounded block"> <code className="text-sm bg-muted p-2 rounded block">
npx drizzle-kit push npm run db:generate
</code> </code>
<code className="text-sm bg-muted p-2 rounded block">
npm run db:migrate
</code>
</div>
</div> </div>
<div className="p-4 border rounded-lg"> <div className="p-4 border rounded-lg">
<h4 className="font-medium mb-2">3. Try the features</h4> <h4 className="font-medium mb-2">3. Try the features</h4>