mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
- Update package names, imports, and references from @mail0/* to @zero/* - Modify configuration files to reflect new project name - Update database connection and schema imports - Adjust email sender and branding details - Add react-library tsconfig - Remove redundant database files in apps/mail
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"name": "@zero/tsconfig",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|