mirror of
https://github.com/tmlnv/obsidian-telegram-bridge.git
synced 2026-07-22 06:53:13 +00:00
- move src/, test/, esbuild.config.mjs, styles.css, tsconfig.json, package.json, package-lock.json from plugin/ to repo root - merge plugin/package.json into root package.json (deps + scripts) - drop esbuild mirror-files plugin (manifest.json/versions.json no longer need to be copied; they live next to the build output) - update release workflow, gitignore, README, scripts to match - swap fetch() for obsidian's requestUrl in setupBot per plugin guidelines
9 lines
85 B
Text
9 lines
85 B
Text
node_modules/
|
|
dist/
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
main.js
|
|
coverage/
|
|
supabase/.temp/
|
|
testing/
|