Configure Payload with Postgres + push true
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
"name": "hooklab",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
"lint": "eslint",
|
||||
"payload": "payload"
|
||||
},
|
||||
"dependencies": {
|
||||
"@payloadcms/db-postgres": "^3.78.0",
|
||||
@@ -29,6 +31,7 @@
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "^15.5.12",
|
||||
"tailwindcss": "^4",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user