Improve self host support (#28)
* Add docker setup for self hosting * Add ses settings tables
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3000",
|
||||
"build": "pnpm db:migrate-deploy && next build",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint . --max-warnings 0",
|
||||
"db:post-install": "prisma generate",
|
||||
@@ -37,6 +37,7 @@
|
||||
"install": "^0.13.0",
|
||||
"lucide-react": "^0.359.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"nanoid": "^5.0.7",
|
||||
"next": "^14.2.1",
|
||||
"next-auth": "^4.24.6",
|
||||
"pg-boss": "^9.0.3",
|
||||
|
Reference in New Issue
Block a user