Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f11c8ae8dc | |||
| 558ab12e1f | |||
| 0f839c7f84 | |||
| 9271ea9b38 |
@@ -4,10 +4,8 @@ set -e # Exit immediately if a command exits with a non-zero status
|
|||||||
echo "Generating Prisma Client..."
|
echo "Generating Prisma Client..."
|
||||||
npx prisma generate
|
npx prisma generate
|
||||||
|
|
||||||
# echo "Running migrate..."
|
echo "Running migrate..."
|
||||||
# npx prisma migrate deploy
|
npx prisma migrate deploy
|
||||||
echo "Running PUSH..."
|
|
||||||
npx prisma db push
|
|
||||||
|
|
||||||
echo "Executing command: $@"
|
echo "Executing command: $@"
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ interface BytescaleUploaderProps {
|
|||||||
| "/departments"
|
| "/departments"
|
||||||
| "/news"
|
| "/news"
|
||||||
| "/blog"
|
| "/blog"
|
||||||
| "/health-packages";
|
| "/health-packages"
|
||||||
|
| "/doctor-og";
|
||||||
}
|
}
|
||||||
|
|
||||||
export function BytescaleUploader({
|
export function BytescaleUploader({
|
||||||
|
|||||||
Reference in New Issue
Block a user