create-oke 0.3.5 → 0.4.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-oke",
3
- "version": "0.3.5",
3
+ "version": "0.4.3",
4
4
  "description": "Scaffold an okengine app — bunx create-oke@latest <name>",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -55,6 +55,10 @@ export default defineConfig({
55
55
  "store.files": "rustfs/rustfs:1.0.0-beta.11",
56
56
  "channel.email": "axllent/mailpit:v1.22.3",
57
57
  vault: "openbao/openbao:2.6.1",
58
+ // Opt in to full-text search (meilisearch store.index driver):
59
+ // drivers.store.index: { local: "meilisearch", docker: "meilisearch", test: "memory", prod: "meilisearch" }
60
+ // and pin its image. Local mode then needs the `meilisearch` binary on PATH.
61
+ // "store.index": "getmeili/meilisearch:v1.37",
58
62
  },
59
63
  i18n: { locales: ["en", "ar"], default: "en", dir: { ar: "rtl" } },
60
64
  });