fix(share): reintroduce theme-specific scripts

This commit is contained in:
Elian Doran 2025-06-09 14:39:56 +03:00
parent c2e0640ea8
commit 0b3846fc35
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import "normalize.css"; import "normalize.css";
import "@triliumnext/ckeditor5/content.css"; import "@triliumnext/ckeditor5/content.css";
import "@triliumnext/share-theme/styles/index.css"; import "@triliumnext/share-theme/styles/index.css";
import "@triliumnext/share-theme/scripts/index.js";
/** /**
* Fetch note with given ID from backend * Fetch note with given ID from backend

View File

@ -13,6 +13,7 @@
"exports": { "exports": {
"./templates/*": "./src/templates/*", "./templates/*": "./src/templates/*",
"./styles/*": "./src/styles/*", "./styles/*": "./src/styles/*",
"./scripts/*": "./src/scripts/*",
"./*": "./dist/*" "./*": "./dist/*"
}, },
"author": "", "author": "",