@gmickel/gno 0.8.3 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bunfig.toml +2 -0
  2. package/package.json +2 -1
package/bunfig.toml ADDED
@@ -0,0 +1,2 @@
1
+ [serve.static]
2
+ plugins = ["bun-plugin-tailwind"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmickel/gno",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
5
5
  "keywords": [
6
6
  "embeddings",
@@ -27,6 +27,7 @@
27
27
  },
28
28
  "files": [
29
29
  "assets",
30
+ "bunfig.toml",
30
31
  "src",
31
32
  "THIRD_PARTY_NOTICES.md",
32
33
  "vendor"