ui/ fix db commands
This commit is contained in:
@@ -74,9 +74,14 @@ export default function Home() {
|
||||
<p className="text-sm text-muted-foreground mb-2">
|
||||
Run database migrations:
|
||||
</p>
|
||||
<div className="space-y-2">
|
||||
<code className="text-sm bg-muted p-2 rounded block">
|
||||
npx drizzle-kit push
|
||||
npm run db:generate
|
||||
</code>
|
||||
<code className="text-sm bg-muted p-2 rounded block">
|
||||
npm run db:migrate
|
||||
</code>
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-4 border rounded-lg">
|
||||
<h4 className="font-medium mb-2">3. Try the features</h4>
|
||||
|
||||
Reference in New Issue
Block a user