diff options
| author | Steph Ango <[email protected]> | 2025-09-05 09:10:47 -0700 |
|---|---|---|
| committer | Steph Ango <[email protected]> | 2025-09-05 09:10:47 -0700 |
| commit | 9673533aa976cddf46122214b264bcf1236e1b6c (patch) | |
| tree | 130d06de88ce88150975918ada513a18ec1a71f9 | |
| parent | 33075ecd13f9843f53adebd1b003f08f7c70ab17 (diff) | |
| download | ai-pulse-obsidian-plugin-9673533aa976cddf46122214b264bcf1236e1b6c.tar.gz ai-pulse-obsidian-plugin-9673533aa976cddf46122214b264bcf1236e1b6c.zip | |
language
| -rw-r--r-- | AGENTS.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ - **Bundler: esbuild** (required for this sample - `esbuild.config.mjs` and build scripts depend on it). Alternative bundlers like Rollup or webpack are acceptable for other projects if they bundle all external dependencies into `main.js`. - Types: `obsidian` type definitions. -**Note**: This sample project has specific technical dependencies on npm and esbuild. If you're creating a plugin from scratch, you could choose different tools, but you'll need to replace the build configuration accordingly. - +**Note**: This sample project has specific technical dependencies on npm and esbuild. If you're creating a plugin from scratch, you can choose different tools, but you'll need to replace the build configuration accordingly. ### Install |
