mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* feat: trigger mail when user is mentioned in comment * reset email service * fix backspace issue * open comment on view comment clicked from email * add helper to highlight user in mail * reset mentioned input value when value turns empty in parent * fix test * use where condition + throw error * add userId * feat: add notification center (#3484) * remove commented code
10 lines
No EOL
216 B
JSON
10 lines
No EOL
216 B
JSON
{
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": [
|
|
{ "include": "**/*.html", "outDir": "./dist/src", "watchAssets": true }
|
|
],
|
|
"watchAssets": true
|
|
}
|
|
} |