MJC

Results 4 comments of MJC

In the tools/build.js file, the package.json file gets [rewritten to the dist directory](https://github.com/kriasoft/babel-starter-kit/blob/master/tools/build.js#L49), which I think is the point for distributing the package to npm, and the pointer then is...

> I manage to create the Index in a vite plugin. With only one build I'm still trying to use a slot to use my search element in the plugin....

Here's a branch that adds lunr search to the vitepress docs (doesn't implement all the capabilities of Algolia search results, but it's a start). Did a few simple searches with...

I'm guessing it's failing somewhere else, on an IEnumerable somewhere... Maybe in one of the following lines? allEntityFields.Single(f=>f.Name==ucFieldName); Do you have any tables with only discriminators? missing PKs? My tests...