Skip to content

Commit

Permalink
chore: update slug version + commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jan 11, 2025
1 parent 67910de commit 09b7020
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@pheralb/slug",
"version": "3.1.0",
"version": "3.2.0",
"author": "@pheralb_",
"description": "A URL shortener built with T3 Stack",
"private": true,
"license": "GPL-3.0-only",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"build": "next build",
"dev": "next dev",
Expand All @@ -16,9 +17,9 @@
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev --name init",
"db:studio": "prisma studio",
"db:push": "turso db shell slug < ./prisma/migrations/20240404040238_init/migration.sql",
"db:push": "turso db shell slug < ./prisma/migrations/<migration_id>_init/migration.sql --location=<location>",
"db:pscale:dump": "pscale database dump databasename databasebranch",
"db:turso:dump": "turso db shell slug .dump > dump.sql"
"db:turso:dump": "turso db shell <database> .dump > dump.sql --location=<location>"
},
"dependencies": {
"@auth/core": "0.30.0",
Expand Down Expand Up @@ -81,6 +82,5 @@
},
"ct3aMetadata": {
"initVersion": "7.25.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 09b7020

Please sign in to comment.