UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

24 lines (23 loc) 565 B
{ "description": "Use Orama in your Qwik app", "__qwik__": { "displayName": "Integration: Orama (full-text search engine)", "priority": -10, "viteConfig": {}, "docs": [ "https://docs.oramasearch.com/" ], "nextSteps": { "title": "Next Steps", "lines": [ " - /src/routes/orama: New public route showcasing Orama integration", "", " Check out the Orama docs for more info:", " - https://docs.oramasearch.com/" ] } }, "devDependencies": { "@orama/orama": "^1.2.11" } }