Skip to content

Commit

Permalink
extra install call
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Nov 30, 2024
1 parent 10b9921 commit 34ff34e
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/sidebar/beta-card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { Star, Zap } from 'lucide-react';
import { Button } from '@/components/ui/base/button';
import { Card, CardContent, CardFooter } from '@/components/ui/base/card';
import { Badge } from '@/components/ui/base/badge';
// import @radix-ui/react-slider
import * as SliderPrimitive from '@radix-ui/react-slider';

export function BetaCard() {
return (
Expand Down
33 changes: 33 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
volumes:
- ../data:/var/lib/postgresql/data
webapp:
entrypoint: bash -c "npm run migrate && npm run dev"
entrypoint: bash -c "npm install && npm run migrate && npm run dev"
build:
context: ..
dockerfile: ./scripts/Dockerfile.dev
Expand Down

0 comments on commit 34ff34e

Please sign in to comment.