mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(client): missing CK stylesheet in dist
This commit is contained in:
parent
cc9cb6f73a
commit
ca2693ff02
@ -18,6 +18,7 @@ import { buildConfig, buildToolbarConfig } from "./ckeditor/config.js";
|
||||
import type FNote from "../../entities/fnote.js";
|
||||
import { getMermaidConfig } from "../../services/mermaid.js";
|
||||
import { PopupEditor, ClassicEditor, EditorWatchdog, type CKTextEditor } from "@triliumnext/ckeditor5";
|
||||
import "@triliumnext/ckeditor5/index.css";
|
||||
|
||||
const ENABLE_INSPECTOR = false;
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
"./package.json": "./package.json",
|
||||
"./emoji_definitions/": "./src/emoji_definitions/",
|
||||
"./content.css": "./dist/content.css",
|
||||
"./index.css": "./dist/index.css",
|
||||
".": {
|
||||
"development": "./src/index.ts",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user