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 "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
|
||||||
|
@ -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": "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user