Remove obsolete scripts and configuration files for self-hosting and database migrations
- Deleted `pnpm-workspace.yaml` as it is no longer needed. - Removed `apply-migrations.sh` script that handled database migrations. - Eliminated `generate-full-stack-env.mjs` script for environment variable generation. - Deleted `selfhost-backup.sh` script for creating backups of the self-hosted environment. - Removed `selfhost-doctor.sh` script for health checks of the self-hosted services. - Deleted `selfhost-restore.sh` script for restoring backups in the self-hosted environment.
This commit is contained in:
+2
-6
@@ -1,16 +1,12 @@
|
||||
{
|
||||
"name": "mood-tracker-mvp",
|
||||
"name": "neta",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint .",
|
||||
"selfhost:env": "node scripts/generate-full-stack-env.mjs",
|
||||
"selfhost:doctor": "sh scripts/selfhost-doctor.sh",
|
||||
"selfhost:backup": "sh scripts/selfhost-backup.sh",
|
||||
"selfhost:restore": "sh scripts/selfhost-restore.sh"
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/google": "^3.0.80",
|
||||
|
||||
Reference in New Issue
Block a user