Luca Elsen
Luca Elsen
I'm having the same error. Uploaded the package like @init-rz did and visiting the packages page shows error 500 with the same message. **Message**: template: package/metadata/npm:5:27: executing "package/metadata/npm" at :...
Hi, we encounter a very similar problem, after updating the plugin from 2.0.7. The dev server cannot server any other html file other than the root index.html when the vite-plugin-html...
my workaround for this situation is ```jsonc { "validity": "invalid | valid" // false text first } ``` ```js t('validity', +isValid + 1) ``` the unary + operator turns false...