mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-24 13:37:31 +08:00
Rename main to scripts
This commit is contained in:
parent
2ae6d4c5a4
commit
667cd64f3b
@ -19,7 +19,7 @@ dotenv.config();
|
|||||||
if (process.env.TRILIUM_ETAPI_TOKEN) tepi.token(process.env.TRILIUM_ETAPI_TOKEN);
|
if (process.env.TRILIUM_ETAPI_TOKEN) tepi.token(process.env.TRILIUM_ETAPI_TOKEN);
|
||||||
|
|
||||||
const bundleMap = {
|
const bundleMap = {
|
||||||
"main.js": process.env.JS_NOTE_ID,
|
"scripts.js": process.env.JS_NOTE_ID,
|
||||||
"styles.css": process.env.CSS_NOTE_ID
|
"styles.css": process.env.CSS_NOTE_ID
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user