feat: npm run dbshell command

This commit is contained in:
Vyacheslav Matyukhin 2022-03-24 20:24:04 +03:00
parent 77a0d9d779
commit 6f5f53acf3
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -23,7 +23,8 @@
"next-dev": "next dev",
"next-build": "next build",
"next-start": "next start",
"next-export": "next export"
"next-export": "next export",
"dbshell": ". .env && psql $DIGITALOCEAN_POSTGRES"
},
"dependencies": {
"@tailwindcss/forms": "^0.4.0",