feat: npm run dbshell command
This commit is contained in:
parent
77a0d9d779
commit
6f5f53acf3
|
@ -23,7 +23,8 @@
|
||||||
"next-dev": "next dev",
|
"next-dev": "next dev",
|
||||||
"next-build": "next build",
|
"next-build": "next build",
|
||||||
"next-start": "next start",
|
"next-start": "next start",
|
||||||
"next-export": "next export"
|
"next-export": "next export",
|
||||||
|
"dbshell": ". .env && psql $DIGITALOCEAN_POSTGRES"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tailwindcss/forms": "^0.4.0",
|
"@tailwindcss/forms": "^0.4.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user