Files
docmost/nx.json
T
Arek Nawo b76f5adaad feat(ee): AI menu (#1912)
* feat(ee): AI menu

* - Add insert below and copy option

* prebuild @editor-ext

* sanitize output

* clear existing output

* switch to menu component

* refactor directory

* separator

* refactor directory

* support more languages

* pass markdown to model

* fix: close AI menu on page change

* enhance text input and preview styling

* fix: Use absolute positioning for the AI menu

* make preview scrollable

* activation controls

* enhance bubble menu

* sync

* set width

* fix line break

* switch terminologies

* cloud

* buffer

---------

Co-authored-by: Philipinho <16838612+Philipinho@users.noreply.github.com>
2026-02-14 20:58:08 -08:00

22 lines
278 B
JSON

{
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"cache": true
},
"start:dev": {
"dependsOn": [
"^build"
]
},
"lint": {
"cache": true
}
},
"affected": {
"defaultBase": "main"
}
}