Fix atomic markdown mention deletion

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-03-22 06:34:15 -05:00
parent db42adf1bf
commit bd0b76072b
7 changed files with 242 additions and 1 deletions

View file

@ -8,6 +8,7 @@ export default defineConfig({
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
lexical: path.resolve(__dirname, "./node_modules/lexical/Lexical.mjs"),
},
},
server: {