mirror of
https://github.com/wanghuan9/obsidian-feishu-lark-cli-sync.git
synced 2026-07-22 07:47:44 +00:00
13 lines
251 B
JavaScript
13 lines
251 B
JavaScript
export const CORE_OBSIDIAN_ASSETS = [
|
|
"main.js",
|
|
"manifest.json",
|
|
"styles.css"
|
|
];
|
|
|
|
export const HELPER_GENERATED_FILES = [
|
|
"lark-sync-core.mjs",
|
|
"lark-cli-command.mjs",
|
|
"sync-pre-push.mjs"
|
|
];
|
|
|
|
export const RELEASE_ASSETS = CORE_OBSIDIAN_ASSETS;
|