- Created a .cursorignore file to manage local environment files. - Updated .env.example to reflect changes in the public app URL. - Modified the gmail workspace configuration to include the drive-suite path. - Enhanced email view components to support attachment handling and fallback for plain text bodies. - Improved user experience by updating attachment display logic and integrating inline attachment support.
14 lines
135 B
Plaintext
14 lines
135 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../ulti-backend"
|
|
},
|
|
{
|
|
"path": "../drive-suite"
|
|
}
|
|
],
|
|
"settings": {}
|
|
} |