mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(share): reintroduce theme-specific scripts
This commit is contained in:
parent
c2e0640ea8
commit
0b3846fc35
@ -1,6 +1,7 @@
|
||||
import "normalize.css";
|
||||
import "@triliumnext/ckeditor5/content.css";
|
||||
import "@triliumnext/share-theme/styles/index.css";
|
||||
import "@triliumnext/share-theme/scripts/index.js";
|
||||
|
||||
/**
|
||||
* Fetch note with given ID from backend
|
||||
|
@ -13,6 +13,7 @@
|
||||
"exports": {
|
||||
"./templates/*": "./src/templates/*",
|
||||
"./styles/*": "./src/styles/*",
|
||||
"./scripts/*": "./src/scripts/*",
|
||||
"./*": "./dist/*"
|
||||
},
|
||||
"author": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user