738513a3ba
- Updated environment variables in .env.example for production setup. - Changed project references from MedAssist to MedAssist-ng in documentation and code. - Adjusted Docker configurations for new image names and ports. - Removed deprecated push-images.sh script and added docker-compose.dev.yml for development. - Updated translation files to reflect new project name. - Ensured all email notifications and headers reflect the new branding.
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "medassist-ng-monorepo",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"workspaces": [
|
|
"backend",
|
|
"frontend"
|
|
],
|
|
"scripts": {
|
|
"dev": "npm run dev --workspaces",
|
|
"build": "npm run build --workspaces",
|
|
"lint": "npm run lint --workspaces",
|
|
"test": "npm run test --workspaces"
|
|
}
|
|
}
|