Clear and concise description of the problem
bumpp has switched from c12 to unconfig.
Currently, in the scaffold code, the main difference between the two lies in the support for configuration file types and .env file reading.
For configuration files, supporting zotero-plugin.config.m?[jt]s is sufficient.
For .env reading, after #175, we can use loadEnv provided by vite to impl this, and it can also close #72.
Suggested solution
/
Additional context
No response
Clear and concise description of the problem
bumpp has switched from c12 to unconfig.
Currently, in the scaffold code, the main difference between the two lies in the support for configuration file types and
.envfile reading.For configuration files, supporting
zotero-plugin.config.m?[jt]sis sufficient.For
.envreading, after #175, we can useloadEnvprovided by vite to impl this, and it can also close #72.Suggested solution
/
Additional context
No response