Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cungminh2710 committed May 13, 2024
1 parent 7438fd9 commit 7795843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/coderum-dev/drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { env } from '@/env';

export default {
schema: './src/server/db/schema.ts',
dialect: 'sqlite',
driver: 'turso',
dbCredentials: {
url: env.DATABASE_URL,
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/stories/hover-card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import { CalendarDays } from 'lucide-react';
import { Avatar, AvatarFallback, AvatarImage } from '../avatar';
import { Button } from '../button';
import { HoverCard, HoverCardContent, HoverCardTrigger } from '../hover-card';
import { HoverCard, HoverCardContent, HoverCardTrigger } from '../hovercard';

function HoverCardDemo() {
return (
Expand Down

0 comments on commit 7795843

Please sign in to comment.